MetarWeather class
Properties
-
code
→ String?
-
Get the code of the group.
no setterinherited
-
description
→ String?
-
Get the description of the weather.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
intensity
→ String?
-
Get the intensity of the weather.
no setter
-
length
→ int
-
Get the length of the code of the group.
no setterinherited
-
obscuration
→ String?
-
Get the obscuration type of the weather.
no setter
-
other
→ String?
-
Get the other parameter of the weather.
no setter
-
precipitation
→ String?
-
Get the translated precipitation string (e.g. 'rain and snow').
no setter
-
precipitationCodes
→ List<String>
-
Get the raw ICAO precipitation type codes (e.g.
'RA', 'SN').
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asMap()
→ Map<String, Object?>
-
Returns the object data as a map like
Map<String, dynamic>.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON()
→ String
-
Returns the object data as a string in JSON format.
inherited
-
toString()
→ String
-
A string representation of this object.
override