ExportedScanResultImageParameters constructor

ExportedScanResultImageParameters({
  1. ExportedScanResultImageFormat? format,
  2. int? quality,
})

Implementation

ExportedScanResultImageParameters({
    this.format,
    this.quality,
});