todayWeatherBeanFromJson function

TodayWeatherBean todayWeatherBeanFromJson(
  1. String str
)

Implementation

TodayWeatherBean todayWeatherBeanFromJson(String str) => TodayWeatherBean.fromJson(json.decode(str));