MetarRecentWeather class

Basic structure for recent weather groups in METAR.

Inheritance

Constructors

MetarRecentWeather(String? code, RegExpMatch? match)

Properties

code String?
Get the code of the group.
no setterinherited
description String?
Get the description of recent weather in METAR.
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
obscuration String?
Get the obscuration of recent weather in METAR.
no setter
other String?
Get the other item of recent weather in METAR.
no setter
precipitation String?
Get the precipitation of recent weather in METAR.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map<String, String?>
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