menu
cupertino_country_picker package
documentation
model/country_model.dart
CountryModel
CountryModel.new const constructor
CountryModel.new const constructor
dark_mode
light_mode
CountryModel
constructor
const
CountryModel
(
String
name
,
String
flag
,
String
countryCode
,
String
callingCode
,
)
Implementation
const CountryModel(this.name, this.flag, this.countryCode, this.callingCode);
cupertino_country_picker package
documentation
model/country_model
CountryModel
CountryModel.new const constructor
CountryModel class