BMFWeatherSearchIndexes constructor Null safety

BMFWeatherSearchIndexes(
  1. {String? name,
  2. String? brief,
  3. String? detail}
)

有参构造

Implementation

BMFWeatherSearchIndexes({this.name, this.brief, this.detail});