DecodeParams constructor
DecodeParams({})
Implementation
DecodeParams({
this.imageFormat = ImageFormat.lum,
this.format = Format.any,
this.cropWidth = 0,
this.cropHeight = 0,
this.tryHarder = false,
this.tryRotate = true,
this.tryInverted = false,
this.maxSize = 768,
this.isMultiScan = false,
});