DeviceVerificationV2 constructor

const DeviceVerificationV2({
  1. VerificationResultV2? serialNumber,
  2. VerificationResultV2? controllerPin,
  3. String? displayName,
  4. DeviceAddressV2? generatorAddress,
  5. String? homeownerFirstName,
  6. String? homeownerLastName,
  7. String? homeownerEmail,
  8. bool? hasHomeownerConsent,
})

Implementation

const DeviceVerificationV2({
  this.serialNumber,
  this.controllerPin,
  this.displayName,
  this.generatorAddress,
  this.homeownerFirstName,
  this.homeownerLastName,
  this.homeownerEmail,
  this.hasHomeownerConsent,
});