Country Search Ui State
data class CountrySearchUiState(val countryCodesToDisplay: List<CountrySearchItem>, val searchedText: String, val selectedCountry: SelectedCountry?)
Constructors
Link copied to clipboard
constructor(countryCodesToDisplay: List<CountrySearchItem>, searchedText: String, selectedCountry: SelectedCountry?)