PhenomenaGroup class
Possible values:
- 0 - None
- 1 - Rainfall
- 2 - Snow
- 3 - Hail
- 4 - Thunderstorm
- 5 - AtmosphericObscurant
- 6 - SevereWeather
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → PhenomenaGroup? -
listFromJson(
dynamic json, {bool growable = false}) → List< PhenomenaGroup>
Constants
- atmosphericObscurant → const PhenomenaGroup
- hail → const PhenomenaGroup
- none → const PhenomenaGroup
- rainfall → const PhenomenaGroup
- severeWeather → const PhenomenaGroup
- snow → const PhenomenaGroup
- thunderstorm → const PhenomenaGroup
-
values
→ const List<
PhenomenaGroup> - List of all possible values in this PhenomenaGroup.