CurrentWeather.fromJson constructor

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

Implementation

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