DeviceVerificationV2 constructor
- VerificationResultV2? serialNumber,
- VerificationResultV2? controllerPin,
- String? displayName,
- DeviceAddressV2? generatorAddress,
- String? homeownerFirstName,
- String? homeownerLastName,
- String? homeownerEmail,
- bool? hasHomeownerConsent,
Implementation
const DeviceVerificationV2({
this.serialNumber,
this.controllerPin,
this.displayName,
this.generatorAddress,
this.homeownerFirstName,
this.homeownerLastName,
this.homeownerEmail,
this.hasHomeownerConsent,
});