DeviceVerificationDTO constructor
- VerificationResultDTO? serialNumber,
- VerificationResultDTO? controllerPin,
- String? displayName,
- AddressDTO? address,
- bool? hasHomeownerConsent,
Implementation
const DeviceVerificationDTO({
this.serialNumber,
this.controllerPin,
this.displayName,
this.address,
this.hasHomeownerConsent,
});