ComplianceNote constructor

ComplianceNote({
  1. CisBenchmark? cisBenchmark,
  2. String? description,
  3. String? impact,
  4. String? rationale,
  5. String? remediation,
  6. String? scanInstructions,
  7. String? title,
  8. List<ComplianceVersion>? version,
})

Implementation

ComplianceNote({
  this.cisBenchmark,
  this.description,
  this.impact,
  this.rationale,
  this.remediation,
  this.scanInstructions,
  this.title,
  this.version,
});