DeviceAttributesBean constructor
DeviceAttributesBean({
- String? serialNumber,
- FixedAttributes? fixedAttributes,
- RealTimeAttributes? realTimeAttributes,
- List<
Modifiable> ? modifiableAttributes,
Implementation
DeviceAttributesBean({
this.serialNumber,
this.fixedAttributes,
this.realTimeAttributes,
this.modifiableAttributes,
});