primaryCountryCode property

String get primaryCountryCode

Get the primary country code (first one)

Implementation

String get primaryCountryCode {
  return countryCodes.isNotEmpty ? countryCodes.first.countryCode : '';
}