PreprocessedFrame constructor
const
PreprocessedFrame({})
Implementation
const PreprocessedFrame({
required this.bytes,
required this.width,
required this.height,
required this.strategyName,
this.stepsApplied = const [],
required this.metrics,
});