DisplaySize constructor

DisplaySize(
  1. {double width,
  2. String uom,
  3. double height}
)

Implementation

DisplaySize({
  this.width,
  this.uom,
  this.height,
});