PreprocessingContext constructor
const
PreprocessingContext({})
Implementation
const PreprocessingContext({
required this.luminosity,
required this.blurScore,
required this.contrastScore,
required this.mode,
this.torchEnabled = false,
this.isFirstFrame = false,
this.frameIndex = 0,
});