areaCode property

String get areaCode

International dial code derived from alphaCode (e.g. "VN" -> "84"). Computed on read so it can never diverge from alphaCode.

Implementation

String get areaCode => dialCodeForCountry(alphaCode);