Country

data class Country(val name: String, val code: String)(source)

Constructors

Link copied to clipboard
constructor(name: String, code: String)

Properties

Link copied to clipboard
Link copied to clipboard