GetSatelliteResponse class

Constructors

GetSatelliteResponse({List<String>? groundStations, int? noradSatelliteID, String? satelliteArn, String? satelliteId})
GetSatelliteResponse.fromJson(Map<String, dynamic> json)
factory

Properties

groundStations List<String>?
A list of ground stations to which the satellite is on-boarded.
final
hashCode int
The hash code for this object.
no setterinherited
noradSatelliteID int?
NORAD satellite ID number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satelliteArn String?
ARN of a satellite.
final
satelliteId String?
UUID of a satellite.
final

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