InProgressDeviceAdditionV3Body constructor

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

Implementation

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