uifield-countrypicker
Toggle table of contents
2.0.1
release
Target filter
release
Switch theme
Search in API
Skip to content
uifield-countrypicker
uifield-countrypicker
/
studio.lunabee.compose.foundation.uifield.countrypicker
/
SelectedCountry
Selected
Country
data
class
SelectedCountry
(
val
name
:
String
,
val
flagImage
:
LbcImageSpec
,
val
countryPhoneCode
:
String
)
Members
Constructors
Selected
Country
Link copied to clipboard
constructor
(
name
:
String
,
flagImage
:
LbcImageSpec
,
countryPhoneCode
:
String
)
Properties
country
Phone
Code
Link copied to clipboard
val
countryPhoneCode
:
String
flag
Image
Link copied to clipboard
val
flagImage
:
LbcImageSpec
name
Link copied to clipboard
val
name
:
String