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