CLCmdWeatherData class final
Data structure for weather forecast information.
Constructors
- CLCmdWeatherData({required int month, required int day, required int type, required int temperature_low, required int temperature_high, required int aqi})
- CLCmdWeatherData.from(PERIPHERAL_WEATHER_DATA v)
-
factory
Properties
Methods
-
add(
int idx) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setup(
) → void