AirCleaner class

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

Constructors

AirCleaner({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, dynamic airFlowLevel, bool? airPollutionDetection, bool? filterChangeNotice, bool? opticalCatalystOperationStatus, bool? smokeDetection})
const
AirCleaner.fromJson(Map<String, dynamic> json)
factory

Properties

airFlowLevel → dynamic
final
airPollutionDetection bool?
final
businessFacilityCode String?
finalinherited
consumedCumulativeElectricEnergy num?
finalinherited
currentDateAndTime DateTime?
finalinherited
currentLimit num?
finalinherited
deviceId String
final
deviceType DeviceType
final
faultDescription String?
finalinherited
faultStatus bool
finalinherited
filterChangeNotice bool?
final
hashCode int
The hash code for this object.
no setterinherited
hourMeter HourMeter?
finalinherited
id String?
finalinherited
installationLocation String
finalinherited
instantaneousElectricPowerConsumption num?
finalinherited
manufacturer Manufacturer
finalinherited
manufacturerFaultCode String?
finalinherited
operationStatus bool
finalinherited
opticalCatalystOperationStatus bool?
final
powerLimit num?
finalinherited
powerSaving bool?
finalinherited
productCode String?
finalinherited
productionDate DateTime?
finalinherited
protocol Protocol
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
finalinherited
smokeDetection bool?
final

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