CountryCodeUiModel

data class CountryCodeUiModel(val emojiFlag: String, val countryCode: String, val countryName: String, val number: String, val onClick: () -> Unit) : ComposableContent

Constructors

Link copied to clipboard
constructor(emojiFlag: String, countryCode: String, countryName: String, number: String, onClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit

Functions

Link copied to clipboard
open override fun Content(modifier: Modifier)
open fun Content()