WrapperSessionScanResultsResponse constructor

WrapperSessionScanResultsResponse({
  1. List<ExportedScanResult>? exportedScanResults,
  2. WrapperSessionScanResultConfig? scanResultConfig,
  3. WrapperSessionScanResultExtraInfo? scanResultExtraInfo,
})

Implementation

WrapperSessionScanResultsResponse({
  this.exportedScanResults,
  this.scanResultConfig,
  this.scanResultExtraInfo,
});