Weather.fromJson constructor

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

Implementation

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