displayCC property
String
get
displayCC
Returns the display format of the country code
Implementation
String get displayCC {
if (regionCode.isNotEmpty) {
return "$dialCode $regionCode";
}
return dialCode;
}