DeviceUpdateV3Body constructor

const DeviceUpdateV3Body({
  1. String? displayName,
  2. AddressDTO? address,
  3. ConnectionTypeDTO? connectionType,
})

Implementation

const DeviceUpdateV3Body({
  this.displayName,
  this.address,
  this.connectionType,
});