CLCmdAirData class final
Data structure for VOC air information(whu customed).
Constructors
- CLCmdAirData({required int air_aqi, required int air_pm25, required int air_pm10, required int air_so2, required int air_no2, required int air_o3, required int air_co, required int level_aqi, required int level_pm25, required int level_pm10, required int level_so2, required int level_no2, required int level_o3, required int level_co})
- CLCmdAirData.from(PERIPHERAL_AIR_DATA v)
-
factory
Properties
- air_aqi → int
-
final
- air_co → int
-
final
- air_no2 → int
-
final
- air_o3 → int
-
final
- air_pm10 → int
-
final
- air_pm25 → int
-
final
- air_so2 → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- level_aqi → int
-
final
- level_co → int
-
final
- level_no2 → int
-
final
- level_o3 → int
-
final
- level_pm10 → int
-
final
- level_pm25 → int
-
final
- level_so2 → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited