fullCountryCode property
String
get
fullCountryCode
Implementation
String get fullCountryCode {
return this.dialCode + this.regionCode;
}
String get fullCountryCode {
return this.dialCode + this.regionCode;
}