events property

List<Event>? events
getter/setter pair

The list of events that have happened so far during the execution of this operation.

Implementation

core.List<Event>? events;