Country

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard