ProcessedImage constructor
const
ProcessedImage({})
Implementation
const ProcessedImage({
required this.originalBytes,
required this.processedBytes,
required this.base64String,
required this.width,
required this.height,
required this.format,
this.originalFormat,
});