dialCode property

String dialCode
final

The country dial code.

By convention, international telephone numbers are represented by prefixing the country code with a plus sign (+).

This properties return String value like this: +1 for US.

For more info: https://en.wikipedia.org/wiki/List_of_country_calling_codes

Implementation

final String dialCode;