Weather.fromJson constructor

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

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

Implementation

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