BMFWeatherSearchAlerts.fromMap constructor
- Map map
map => BMFWeatherSearchAlerts
Implementation
BMFWeatherSearchAlerts.fromMap(Map map)
: assert(map != null,
'Construct a BMFWeatherSearchAlerts,The parameter map cannot be null !') {
type = map['type'];
level = map['level'];
desc = map['desc'];
}