Device constructor

Device({
  1. Attributes? attributes,
  2. String? deviceId,
  3. String? type,
})

Implementation

Device({
  this.attributes,
  this.deviceId,
  this.type,
});