Country

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

Country information.

Parameters

code

ISO 3166-1 alpha-3 code of the country.

name

Country name and phonetics.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard