HistoryViewState
class HistoryViewState(val historyItems: List<DestinationSearchResult> = emptyList(), val isHistoryLimitedInDriving: Boolean = false, val message: HistoryMessage = HistoryMessage.Owner)
Constructors
Link copied to clipboard
constructor(historyItems: List<DestinationSearchResult> = emptyList(), isHistoryLimitedInDriving: Boolean = false, message: HistoryMessage = HistoryMessage.Owner)