CurrentWeatherResponse.fromJson constructor

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

Connect the generated _$CurrentWeatherResponseFromJson function to the fromJson factory.

Implementation

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