FindingsReportSummary constructor

FindingsReportSummary({
  1. String? id,
  2. DateTime? profileEndTime,
  3. DateTime? profileStartTime,
  4. String? profilingGroupName,
  5. int? totalNumberOfFindings,
})

Implementation

FindingsReportSummary({
  this.id,
  this.profileEndTime,
  this.profileStartTime,
  this.profilingGroupName,
  this.totalNumberOfFindings,
});