fullCountryCode property

String fullCountryCode

Implementation

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