Cm005DeviceSysSetting.fromJson constructor
Cm005DeviceSysSetting.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Cm005DeviceSysSetting.fromJson(Map<String, dynamic> json) => Cm005DeviceSysSetting(
userId: json["userId"],
deviceId: json["deviceId"],
extractWaterTemperature: json["extractWaterTemperature"],
holdingTime: json["holdingTime"],
screenSleepTime: json["screenSleepTime"],
defaultWaterVolume: json["defaultWaterVolume"],
extractFlowRate: json["extractFlowRate"],
steamGear: json["steamGear"],
superSteamGear: json["superSteamGear"],
extractProgramType: json["extractProgramType"],
extractProgramId: json["extractProgramId"],
);