Country

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

Country information.

Parameters

code

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

name

Country name in the official language of the country.

Throws

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard