DeviceAttributesBean constructor

DeviceAttributesBean({
  1. String? serialNumber,
  2. FixedAttributes? fixedAttributes,
  3. RealTimeAttributes? realTimeAttributes,
  4. List<Modifiable>? modifiableAttributes,
})

Implementation

DeviceAttributesBean({
  this.serialNumber,
  this.fixedAttributes,
  this.realTimeAttributes,
  this.modifiableAttributes,
});