regionalCode property

String? get regionalCode

An alias for the countryCode. Returns regional/country code of the locale.

Implementation

String? get regionalCode => countryCode;