Weather.fromJson constructor

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

Creates a Weather from JSON

Implementation

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