regionalCode property
String?
get
regionalCode
An alias for the countryCode. Returns regional/country code of the locale.
Implementation
String? get regionalCode => countryCode;
An alias for the countryCode. Returns regional/country code of the locale.
String? get regionalCode => countryCode;