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