BMFWeatherSearchIndexes constructor
BMFWeatherSearchIndexes({
- String? name,
- String? brief,
- String? detail,
有参构造
Implementation
BMFWeatherSearchIndexes({this.name, this.brief, this.detail});