Substate
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class PlaceOverview( val place: DestinationSearchResult, val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : State.TripPlanning.DestinationSuggestions.Substate
Link copied to clipboard
data class SuggestionsOverview( val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : State.TripPlanning.DestinationSuggestions.Substate