Package-level declarations

Types

Link copied to clipboard
data class Country(val code: String, val phoneNoCode: String, val name: String, val flag: Int)

Country is a data class that holds the data of a country. code The code of the country. phoneNoCode The phone number code of the country. name The name of the country. flag The flag of the country.

Link copied to clipboard
data class FlagSize(val width: Dp, val height: Dp)

Data class to hold the size of the flag