Success

data class Success(val discoveredPlanets: StateFlow<List<Planet>>) : DiscoveredPlanetsState

Constructors

Link copied to clipboard
constructor(discoveredPlanets: StateFlow<List<Planet>>)

Properties

Link copied to clipboard
val discoveredPlanets: StateFlow<List<Planet>>