toJson method
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);
Converts an instance of WeatherForecastData to a JSON map
Returns a JSON map representation of the WeatherForecastData instance.
Map<String, dynamic> toJson() => _$WeatherForecastDataToJson(this);