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