ReplayTraceConversionOptions constructor
const
ReplayTraceConversionOptions({})
Implementation
const ReplayTraceConversionOptions({
this.name,
this.description = 'Generated from trace',
this.screenWidth = 0,
this.screenHeight = 0,
this.fixedRightWidth = 0,
this.fromUs,
this.toUs,
this.minSleepUs = 30000,
this.includeHoverMoves = false,
this.includeCustomEvents = true,
});