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

aqi int
final
day int
final
hashCode int
The hash code for this object.
no setterinherited
month int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature_high int
final
temperature_low int
final
type int
final

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