BMFWeatherSearchLocation constructor Null safety

BMFWeatherSearchLocation(
  1. {String? country,
  2. String? province,
  3. String? city,
  4. String? districtName,
  5. String? districtID}
)

有参构造

Implementation

BMFWeatherSearchLocation({
  this.country,
  this.province,
  this.city,
  this.districtName,
  this.districtID,
});