OrganizedCalendarEventData<T>.empty constructor

OrganizedCalendarEventData<T>.empty()

Implementation

OrganizedCalendarEventData.empty()
    : startDuration = DateTime.now(),
      endDuration = DateTime.now(),
      right = 0,
      left = 0,
      events = const [],
      top = 0,
      bottom = 0;