ExtractedImage constructor
const
ExtractedImage({})
Implementation
const ExtractedImage({
required this.xref,
required this.ext,
required this.colorspace,
required this.width,
required this.height,
required this.bpc,
required this.image,
});