getProvince method

String? getProvince()

获取设置的省份

Implementation

String? getProvince() {
    return province;
  }