ComplianceNote constructor

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

Implementation

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