GroundStationData class

Information about the ground station data.

Constructors

GroundStationData({String? groundStationId, String? groundStationName, String? region})
GroundStationData.fromJson(Map<String, dynamic> json)
factory

Properties

groundStationId String?
UUID of a ground station.
final
groundStationName String?
Name of a ground station.
final
hashCode int
The hash code for this object.
no setterinherited
region String?
Ground station Region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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