MetarWindVariation class
Constructors
- MetarWindVariation(String? code, RegExpMatch? match)
Properties
- code → String?
-
Get the code of the group.
no setterinherited
- fromCardinalDirection → String?
-
Get the
fromcardinal direction.no setter - fromInDegrees → double?
-
Get the
fromdirection in degrees.no setter - fromInGradians → double?
-
Get the
fromdirection in gradians.no setter - fromInRadians → double?
-
Get the
fromdirection in radians.no setter - hashCode → int
-
The hash code for this object.
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
- toCardinalDirection → String?
-
Get the
tocardinal direction.no setter - toInDegrees → double?
-
Get the
todirection in degrees.no setter - toInGradians → double?
-
Get the
todirection in gradians.no setter - toInRadians → double?
-
Get the
todirection in radians.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