Timeline constructor Null safety
- {List<
TimelineEvent> ? traceEvents, - int? timeOriginMicros,
- int? timeExtentMicros}
Implementation
Timeline({
this.traceEvents,
this.timeOriginMicros,
this.timeExtentMicros,
});
Timeline({
this.traceEvents,
this.timeOriginMicros,
this.timeExtentMicros,
});