BMFWeatherSearchLocation constructor
- {String country,
- String province,
- String city,
- String districtName,
- String districtID}
有参构造
Implementation
BMFWeatherSearchLocation(
{this.country,
this.province,
this.city,
this.districtName,
this.districtID});