dialCode property

String dialCode

Implementation

String get dialCode =>
    '$intlDialCode${currentAreaCode.isNotEmpty ? ' ($currentAreaCode)' : ''}';