events property
final
List of all timeline events.
This is parsed from "traceEvents" data within json and sorted by timestamp. Anything without a valid timestamp is put in the beginning.
This will be null if there are no "traceEvents" in the json.
Implementation
final List<TimelineEvent>? events;