countryLabel method
Implementation
String countryLabel() {
if (!isStacked) return selectedCountry.dialCode;
return '${selectedCountry.name} (${selectedCountry.dialCode})';
}
String countryLabel() {
if (!isStacked) return selectedCountry.dialCode;
return '${selectedCountry.name} (${selectedCountry.dialCode})';
}