Country

data class Country(val alpha2Code: String, val alpha3Code: String, val name: String, val otherNames: List<String>)

Constructors

Link copied to clipboard
fun Country(alpha2Code: String, alpha3Code: String, name: String, otherNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard