Country

data class Country(val id: Int, val name: String) : Comparable<WorldListResponse.Country>

Constructors

Link copied to clipboard
constructor(id: Int, name: String)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: WorldListResponse.Country): Int