Group class abstract

Basic structure of a group in a aeronautical report from land stations.

Implementers

Constructors

Group(String? code)

Properties

code String?
Get the code of the group.
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
Get the length of the code of the group.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map<String, Object?>
Returns the object data as a map like Map<String, dynamic>.
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.
toString() String
A string representation of this object.
override

Operators

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