fullCountryCode property

String get fullCountryCode

Implementation

String get fullCountryCode {
  return dialCode + regionCode;
}