Device constructor
const
Device(
- String manufacturer,
- String model,
- DeviceType type,
- String uid,
Implementation
const Device(this.manufacturer, this.model, this.type, this.uid);