Device constructor

const Device(
  1. String manufacturer,
  2. String model,
  3. DeviceType type,
  4. String uid,
)

Implementation

const Device(this.manufacturer, this.model, this.type, this.uid);