BMFWeatherSearchIndexes.fromMap constructor
- Map map
map => BMFWeatherSearchIndexes
Implementation
BMFWeatherSearchIndexes.fromMap(Map map)
: assert(map != null,
'Construct a BMFWeatherSearchIndexes,The parameter map cannot be null !') {
name = map['name'];
brief = map['brief'];
detail = map['detail'];
}