groundStationList

@JvmName(name = "listGroundStationsResponseGroundStationData")
fun Flow<ListGroundStationsResponse>.groundStationList(): Flow<GroundStationData>

This paginator transforms the flow returned by listGroundStationsPaginated to access the nested member GroundStationData

Return

A kotlinx.coroutines.flow.Flow that can collect GroundStationData