ExportedScanResult constructor

ExportedScanResult({
  1. ExportedScanResultImageContainer? imageContainer,
  2. ExportedScanResultImageParameters? imageParameters,
  3. PluginResult? pluginResult,
})

Implementation

ExportedScanResult({
    this.imageContainer,
    this.imageParameters,
    this.pluginResult,
});