DeviceUpdateV3Body constructor

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

Implementation

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