countryCode property

String countryCode

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

Implementation

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