toJson method

Map<String, dynamic> toJson()

Converts this Weather to JSON

Implementation

Map<String, dynamic> toJson() => _$WeatherToJson(this);