TraceSpan constructor
TraceSpan({})
Implementation
TraceSpan({
required this.name,
required this.category,
required this.startUs,
required this.endUs,
required this.depth,
required this.args,
String? displayLabel,
}) : displayLabel = displayLabel ?? _computeDisplayLabel(name, args);