ScanRun constructor

ScanRun({
  1. String? endTime,
  2. ScanRunErrorTrace? errorTrace,
  3. String? executionState,
  4. bool? hasVulnerabilities,
  5. String? name,
  6. int? progressPercent,
  7. String? resultState,
  8. String? startTime,
  9. String? urlsCrawledCount,
  10. String? urlsTestedCount,
  11. List<ScanRunWarningTrace>? warningTraces,
})

Implementation

ScanRun({
  this.endTime,
  this.errorTrace,
  this.executionState,
  this.hasVulnerabilities,
  this.name,
  this.progressPercent,
  this.resultState,
  this.startTime,
  this.urlsCrawledCount,
  this.urlsTestedCount,
  this.warningTraces,
});