DeviceVerificationDTO constructor

const DeviceVerificationDTO({
  1. VerificationResultDTO? serialNumber,
  2. VerificationResultDTO? controllerPin,
  3. String? displayName,
  4. AddressDTO? address,
  5. bool? hasHomeownerConsent,
})

Implementation

const DeviceVerificationDTO({
  this.serialNumber,
  this.controllerPin,
  this.displayName,
  this.address,
  this.hasHomeownerConsent,
});