Country

data class Country(code: CountryCode, name: String)

Constructors

Link copied to clipboard
fun Country(code: String, name: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val code: CountryCode
Link copied to clipboard
val name: String