getCity method

String? getCity()

获取设置的城市

Implementation

String? getCity() {
    return city;
  }