GetSatelliteResponse constructor

GetSatelliteResponse({
  1. List<String>? groundStations,
  2. int? noradSatelliteID,
  3. String? satelliteArn,
  4. String? satelliteId,
})

Implementation

GetSatelliteResponse({
  this.groundStations,
  this.noradSatelliteID,
  this.satelliteArn,
  this.satelliteId,
});