events property
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);
The events that have been recorded, in the order they were recorded.
This list is unmodifiable.
late final List<TraceEvent<E>> events = UnmodifiableListView(_events);