calendarEventInfoBeanFromJson function
Implementation
CalendarEventInfoBean calendarEventInfoBeanFromJson(String str) => CalendarEventInfoBean.fromJson(json.decode(str));
CalendarEventInfoBean calendarEventInfoBeanFromJson(String str) => CalendarEventInfoBean.fromJson(json.decode(str));