getRegion method

String? getRegion()

Return the ISO 3166 region code for this locale.

Implementation

String? getRegion() {
  return region;
}