OncueImportV3Body constructor
- String? username,
- String? password,
- List<
OncueImportDeviceV3Body> ? devices,
Implementation
const OncueImportV3Body({
this.username,
this.password,
this.devices,
});
const OncueImportV3Body({
this.username,
this.password,
this.devices,
});