ReplayTraceConversionResult constructor
const
ReplayTraceConversionResult({})
Implementation
const ReplayTraceConversionResult({
required this.tracePath,
required this.scenario,
required this.eventCount,
required this.actionCount,
required this.skippedCount,
required this.inferredScreenWidth,
required this.inferredScreenHeight,
});