BMFWeatherSearchAlerts constructor Null safety

BMFWeatherSearchAlerts(
  1. {String? type,
  2. String? level,
  3. String? title,
  4. String? desc}
)

有参构造

Implementation

BMFWeatherSearchAlerts({this.type, this.level, this.title, this.desc});