OncueVerificationDeviceDTO constructor

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

Implementation

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