countryLabel method

String countryLabel()

Implementation

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