Cm005DeviceSysSetting constructor

Cm005DeviceSysSetting({
  1. String? userId,
  2. String? deviceId,
  3. int? extractWaterTemperature,
  4. int? holdingTime,
  5. int? screenSleepTime,
  6. int? defaultWaterVolume,
  7. int? extractFlowRate,
  8. int? steamGear,
  9. int? superSteamGear,
  10. int? extractProgramType,
  11. String? extractProgramId,
})

Implementation

Cm005DeviceSysSetting({
  this.userId,
  this.deviceId,
  this.extractWaterTemperature,
  this.holdingTime,
  this.screenSleepTime,
  this.defaultWaterVolume,
  this.extractFlowRate,
  this.steamGear,
  this.superSteamGear,
  this.extractProgramType,
  this.extractProgramId,
});