OncueVerificationDeviceV2 constructor

const OncueVerificationDeviceV2({
  1. String? serialNumber,
  2. String? model,
  3. String? displayName,
  4. DeviceAddressV2? address,
})

Implementation

const OncueVerificationDeviceV2({
  this.serialNumber,
  this.model,
  this.displayName,
  this.address,
});