phone_numbers_parser
phone_numbers_parser copied to clipboard
add dial code
trafficstars
- added dial code to isoCode.
- added function to retrieve IsoCode from dial code.
I'm not sure about this, This is not an isocode anymore and it's not clear what use case this solves.
Currently you can use:
metadataByIsoCode[isoCode]?.countryCode
maybe an api could be
isoCode.toDialCode() or DialCode.fromIsoCode()