ListGroundStationsResponse constructor

ListGroundStationsResponse({
  1. List<GroundStationData>? groundStationList,
  2. String? nextToken,
})

Implementation

ListGroundStationsResponse({
  this.groundStationList,
  this.nextToken,
});