events property

List<TraceEvent<E>> events
latefinal

The events that have been recorded, in the order they were recorded.

This list is unmodifiable.

Implementation

late final List<TraceEvent<E>> events = UnmodifiableListView(_events);