CreateDeviceIfNotExistV3Body constructor

const CreateDeviceIfNotExistV3Body({
  1. String? serialNumber,
})

Implementation

const CreateDeviceIfNotExistV3Body({
  this.serialNumber,
});