OncueImportV2Body constructor

const OncueImportV2Body({
  1. String? username,
  2. String? password,
  3. List<OncueImportDeviceV2Body>? devices,
})

Implementation

const OncueImportV2Body({
  this.username,
  this.password,
  this.devices,
});