PreprocessingResult constructor
const
PreprocessingResult({})
Implementation
const PreprocessingResult({
required this.bytes,
required this.width,
required this.height,
required this.blurScore,
required this.isBlurry,
required this.luminosity,
required this.contrastScore,
required this.isLowLight,
required this.isOverexposed,
});