//[
SupportedCountries
[androidJvm]
data class SupportedCountries(val countries: List<Streem.Country>) : Streem.SupportedCountriesResult
Constructors
SupportedCountries | [androidJvm] fun SupportedCountries(countries: List<Streem.Country>) |
Properties
Name | Summary |
---|---|
countries | [androidJvm] val countries: List<Streem.Country> |