DeviceUpdateV3Body constructor
- String? displayName,
- AddressDTO? address,
- ConnectionTypeDTO? connectionType,
Implementation
const DeviceUpdateV3Body({
this.displayName,
this.address,
this.connectionType,
});
const DeviceUpdateV3Body({
this.displayName,
this.address,
this.connectionType,
});