items property

List<Event>? items
getter/setter pair

List of events on the calendar.

Implementation

core.List<Event>? items;