PerfettoTimeline constructor

PerfettoTimeline({
  1. String? trace,
  2. int? timeOriginMicros,
  3. int? timeExtentMicros,
})

Implementation

PerfettoTimeline({
  this.trace,
  this.timeOriginMicros,
  this.timeExtentMicros,
});