menu
flutter_ilib package
documentation
ilib_locale.dart
ILibLocale
getRegion method
getRegion method
dark_mode
light_mode
getRegion
method
String
?
getRegion
(
)
Return the ISO 3166 region code for this locale.
Implementation
String? getRegion() { return region; }
flutter_ilib package
documentation
ilib_locale
ILibLocale
getRegion method
ILibLocale class