weatherModelFromJson function

WeatherModel weatherModelFromJson(
  1. String str
)

Implementation

WeatherModel weatherModelFromJson(String str) =>
    WeatherModel.fromJson(json.decode(str));