OncueImportDeviceV2Body constructor

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

Implementation

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