MetarRunwayState class
Basic structure for runway state groups in METAR.
Constructors
- MetarRunwayState(String? code, RegExpMatch? match)
Properties
- clrd → String?
-
Get if contamination have ceased to exists in some runway as string.
no setter
- code → String?
-
Get the code of the group.
no setterinherited
- contamination → String?
-
Get the contamination quantity of the deposits.
no setter
- deposits → String?
-
Get the deposits type of the runway.
no setter
- depositsDepth → String?
-
Get the deposits depth.
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
- name → String?
-
Get the name of the runway.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snoclo → bool
-
true: aerodrome is closed due to extreme deposit of snow.
false: aerodrome is open.
no setter
- surfaceFriction → String?
-
Get the surface friction index of the runway.
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