Device constructor

Device(
  1. String name,
  2. String type
)

Implementation

Device(this.name, this.type) : deviceData = DeviceData();