WeatherForecastData.fromJson constructor

WeatherForecastData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WeatherForecastData.fromJson(Map<String, dynamic> json) =>
    _$WeatherForecastDataFromJson(json);