OncueVerificationDeviceV2 constructor
- String? serialNumber,
- String? model,
- String? displayName,
- DeviceAddressV2? address,
Implementation
const OncueVerificationDeviceV2({
this.serialNumber,
this.model,
this.displayName,
this.address,
});
const OncueVerificationDeviceV2({
this.serialNumber,
this.model,
this.displayName,
this.address,
});