fullCountryCode property

String fullCountryCode

Implementation

String get fullCountryCode {
  return dialCode + regionCode;
}