dialCode property
String
get
dialCode
Implementation
String get dialCode {
final p = _country.phoneCode;
if (p.isEmpty) return '';
return '+$p';
}
String get dialCode {
final p = _country.phoneCode;
if (p.isEmpty) return '';
return '+$p';
}