GroundStationData constructor

GroundStationData({
  1. String? groundStationId,
  2. String? groundStationName,
  3. String? region,
})

Implementation

GroundStationData({
  this.groundStationId,
  this.groundStationName,
  this.region,
});