ExportedScanResult constructor
ExportedScanResult({
- ExportedScanResultImageContainer? imageContainer,
- ExportedScanResultImageParameters? imageParameters,
- PluginResult? pluginResult,
Implementation
ExportedScanResult({
this.imageContainer,
this.imageParameters,
this.pluginResult,
});