events property

List<ApplicationEvent>? events
getter/setter pair

The list of app events which have occurred in the last 30 hours.

Implementation

core.List<ApplicationEvent>? events;