toJson method

Map<String, dynamic> toJson()

Converts an instance of WeatherForecastData to a JSON map

Returns a JSON map representation of the WeatherForecastData instance.

Implementation

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