calendarEventInfoBeanFromJson function

CalendarEventInfoBean calendarEventInfoBeanFromJson(
  1. String str
)

Implementation

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