TafChangeIndicator class

Basic structure for change indicators in TAF.

Inheritance

Constructors

TafChangeIndicator(String? code, RegExpMatch? match, Valid tafValid)

Properties

code String?
Get the code of the group.
no setterinherited
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
translation String?
Get the translation of the change indicator.
no setterinherited
valid Valid
Get the valid period of the change indicator.
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
resetUntilPeriod(Time until) → void
Reset the until time period of change indicators in the form FMYYGGgg only, because these haven't a group of valid time period.
setValidPeriod(String code, RegExpMatch match, Time initTime) → void
Set the valid time period group of the change indicator.
toJSON() String
Returns the object data as a string in JSON format.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited