TracingState constructor
TracingState({})
Implementation
TracingState({
required this.events,
required this.runningActions,
required this.historicalActions,
required this.hasTracing,
required this.hasFinishedEvents,
required this.clientDelay,
});