getRegion method

String? getRegion()

获取设置的地区

Implementation

String? getRegion() {
    return region;
  }