displayCC property
String
get
displayCC
Implementation
String get displayCC {
if (this.regionCode != "") {
return "${this.dialCode} ${this.regionCode}";
}
return this.dialCode;
}
String get displayCC {
if (this.regionCode != "") {
return "${this.dialCode} ${this.regionCode}";
}
return this.dialCode;
}