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.

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

Data class to hold the size of the flag