Cm005DeviceSysSetting class

Constructors

Cm005DeviceSysSetting.new({String? userId, String? deviceId, int? extractWaterTemperature, int? holdingTime, int? screenSleepTime, int? defaultWaterVolume, int? extractFlowRate, int? steamGear, int? superSteamGear, int? extractProgramType, String? extractProgramId})
Cm005DeviceSysSetting.fromJson(Map<String, dynamic> json)
factory

Properties

defaultWaterVolume int?
getter/setter pair
deviceId String?
getter/setter pair
extractFlowRate int?
getter/setter pair
extractProgramId String?
getter/setter pair
extractProgramType int?
getter/setter pair
extractWaterTemperature int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holdingTime int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSleepTime int?
getter/setter pair
steamGear int?
getter/setter pair
superSteamGear int?
getter/setter pair
userId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited