countryCode property

String get countryCode

territory numerical code that precedes a phone number. Example 33 for france

Implementation

String get countryCode => MetadataFinder.getMetadataForIsoCode(isoCode).countryCode;