InProgressDeviceUpdateV3Body constructor

const InProgressDeviceUpdateV3Body({
  1. String? displayName,
  2. AddressDTO? address,
  3. String? homeownerFirstName,
  4. String? homeownerLastName,
  5. String? homeownerEmail,
  6. bool? sendHomeownerEmail,
})

Implementation

const InProgressDeviceUpdateV3Body({
  this.displayName,
  this.address,
  this.homeownerFirstName,
  this.homeownerLastName,
  this.homeownerEmail,
  this.sendHomeownerEmail,
});