ReplayHarnessConfig constructor
const
ReplayHarnessConfig({
- String? scenarioPath,
- required String? tracePath,
- required String scriptFilter,
- required String sessionOut,
- required String? scenarioOut,
- required String scenarioName,
- required String scenarioDescription,
- required double speed,
- required int minSleepUs,
- required int leadInMs,
- required int screenWidth,
- required int screenHeight,
- required int fixedRightWidth,
- required bool blockInput,
- required bool loop,
- required bool keepOpen,
- required int timeoutSeconds,
- required bool convertOnly,
- required bool captureTrace,
- required String traceOut,
- required String traceTags,
- required bool captureDispatch,
- required int summaryCount,
- required int maxSpanUs,
- required int? traceFromUs,
- required int? traceToUs,
- required bool traceIncludeHoverMoves,
- String? error,
Implementation
const ReplayHarnessConfig({
this.scenarioPath,
required this.tracePath,
required this.scriptFilter,
required this.sessionOut,
required this.scenarioOut,
required this.scenarioName,
required this.scenarioDescription,
required this.speed,
required this.minSleepUs,
required this.leadInMs,
required this.screenWidth,
required this.screenHeight,
required this.fixedRightWidth,
required this.blockInput,
required this.loop,
required this.keepOpen,
required this.timeoutSeconds,
required this.convertOnly,
required this.captureTrace,
required this.traceOut,
required this.traceTags,
required this.captureDispatch,
required this.summaryCount,
required this.maxSpanUs,
required this.traceFromUs,
required this.traceToUs,
required this.traceIncludeHoverMoves,
this.error,
});