Timeline constructor

Timeline({
  1. List<TimelineEvent>? traceEvents,
  2. int? timeOriginMicros,
  3. int? timeExtentMicros,
})

Implementation

Timeline({
  this.traceEvents,
  this.timeOriginMicros,
  this.timeExtentMicros,
});