ephemerides

@JvmName(name = "listEphemeridesResponseEphemerisItem")
fun Flow<ListEphemeridesResponse>.ephemerides(): Flow<EphemerisItem>

This paginator transforms the flow returned by listEphemeridesPaginated to access the nested member EphemerisItem

Return

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