WeatherMsg constructor
WeatherMsg({
- String city = '',
- String description = '',
- List<
WeatherMsgData> data = const [],
Implementation
WeatherMsg({
this.city = '',
this.description = '',
this.data = const [],
});