CookingHeater class

Inheritance
Implemented types
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

CookingHeater({required String deviceId, required dynamic operationStatus, required dynamic installationLocation, required dynamic protocol, required dynamic manufacturer, required dynamic faultStatus, dynamic id, dynamic instantaneousElectricPowerConsumption, dynamic consumedCumulativeElectricEnergy, dynamic manufacturerFaultCode, dynamic currentLimit, dynamic faultDescription, dynamic businessFacilityCode, dynamic productCode, dynamic serialNumber, dynamic productionDate, dynamic powerSaving, dynamic currentDateAndTime, dynamic powerLimit, dynamic hourMeter, bool? childLock, CookingHeaterHeatingMode? heatingModesOfStoves, CookingHeaterHeatingOperation? heatingOperation, CookingHeaterHeatingPower? heatingPower, CookingHeaterHeatingStatus? heatingStatus, CookingHeaterHeatingTemperature? heatingTemperature, bool? radiantHeaterLock, CookingHeaterTimer? relativeTimeOfOffTimer})
const
CookingHeater.fromJson(Map<String, dynamic> json)
factory

Properties

businessFacilityCode String?
finalinherited
childLock bool?
final
consumedCumulativeElectricEnergy num?
finalinherited
currentDateAndTime DateTime?
finalinherited
currentLimit num?
finalinherited
deviceId String
final
deviceType DeviceType
final
faultDescription String?
finalinherited
faultStatus bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
heatingModesOfStoves CookingHeaterHeatingMode?
final
heatingOperation CookingHeaterHeatingOperation?
final
heatingPower CookingHeaterHeatingPower?
final
heatingStatus CookingHeaterHeatingStatus?
final
heatingTemperature CookingHeaterHeatingTemperature?
final
hourMeter HourMeter?
finalinherited
id String?
finalinherited
installationLocation String
finalinherited
instantaneousElectricPowerConsumption num?
finalinherited
manufacturer Manufacturer
finalinherited
manufacturerFaultCode String?
finalinherited
operationStatus bool
finalinherited
powerLimit num?
finalinherited
powerSaving bool?
finalinherited
productCode String?
finalinherited
productionDate DateTime?
finalinherited
protocol Protocol
finalinherited
radiantHeaterLock bool?
final
relativeTimeOfOffTimer CookingHeaterTimer?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
finalinherited

Methods

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

Operators

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