TargetDevice constructor

TargetDevice(
  1. String name,
  2. double width,
  3. double height
)

Implementation

TargetDevice(this.name, this.width, this.height);