Device constructor

Device(
  1. String deviceId,
  2. String deviceName
)

Implementation

Device(this.deviceId, this.deviceName);