MetarWind class
- Inheritance
- Mixed-in types
Constructors
- MetarWind(String? code, RegExpMatch? match)
Properties
- cardinalDirection → String?
-
Get the cardinal direction associated to the wind direction.
no setterinherited
- code → String?
-
Get the code of the group.
no setterinherited
- directionInDegrees → double?
-
Get the wind direction in degrees.
no setterinherited
- directionInGradians → double?
-
Get the wind direction in gradians.
no setterinherited
- directionInRadians → double?
-
Get the wind direction in radians.
no setterinherited
- gustInKnot → double?
-
Get the wind gusts in knots.
no setter
- gustInKph → double?
-
Get the wind gusts in kilometers per hour.
no setter
- gustInMiph → double?
-
no setter
- gustInMps → double?
-
Get the wind gusts in meters per second.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCalm → bool
-
Get
trueif wind is calm (direction 000, speed 0 kt).no setterinherited - 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
- speedInKnot → double?
-
Get the wind speed in knots.
no setterinherited
- speedInKph → double?
-
Get the wind speed in kilometers per hour.
no setterinherited
- speedInMiph → double?
-
Get the wind speed in miles per hour.
no setterinherited
- speedInMps → double?
-
Get the wind speed in meters per second.
no setterinherited
- variable → bool
-
Get if the wind direction is variable in report.
no setterinherited
Methods
-
asMap(
) → Map< String, Object?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited