MetarSeaState class
Basic structure for sea state data in METAR.
Constructors
- MetarSeaState(String? code, RegExpMatch? match)
Properties
- code → String?
-
Get the code of the group.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightInCentimeters → double?
-
Get the height of the significant wave in centimeters.
no setter
- heightInDecimeters → double?
-
Get the height of the significant wave in decimeters.
no setter
- heightInFeet → double?
-
Get the height of the significant wave in feet.
no setter
- heightInInches → double?
-
Get the height of the significant wave in inches.
no setter
- heightInMeters → double?
-
Get the height of the significant wave in meters.
no setter
- length → int
-
Get the length of the code of the group.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
Get the sea state if provided in METAR.
no setter
- temperatureInCelsius → double?
-
Get the temperature of the sea in Celsius.
no setter
- temperatureInFahrenheit → double?
-
Get the temperature of the sea in Fahrenheit.
no setter
- temperatureInKelvin → double?
-
Get the temperature of the sea in Kelvin.
no setter
- temperatureInRankine → double?
-
Get the temperature of the sea in Rankine.
no setter
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited