WrapperSessionScanResultConfig constructor

WrapperSessionScanResultConfig({
  1. WrapperSessionScanResultCallbackConfig? callbackConfig,
  2. WrapperSessionScanResultCleanStrategyConfig? cleanStrategy,
  3. ExportedScanResultImageContainer? imageContainer,
  4. ExportedScanResultImageParameters? imageParameters,
})

Implementation

WrapperSessionScanResultConfig({
    this.callbackConfig,
    this.cleanStrategy,
    this.imageContainer,
    this.imageParameters,
});