ResolvedReplay constructor
const
ResolvedReplay({
- required String path,
- required String name,
- required int actionCount,
- required bool loop,
- required bool keepOpen,
- required bool blockInput,
- required double speed,
- required ProgramReplay replay,
- required ProgramInterceptor interceptor,
- required bool convertOnly,
- ReplayTraceConversionResult? traceConversion,
Implementation
const ResolvedReplay({
required this.path,
required this.name,
required this.actionCount,
required this.loop,
required this.keepOpen,
required this.blockInput,
required this.speed,
required this.replay,
required this.interceptor,
required this.convertOnly,
this.traceConversion,
});