ComplianceNote constructor
ComplianceNote({
- CisBenchmark? cisBenchmark,
- String? description,
- String? impact,
- String? rationale,
- String? remediation,
- String? scanInstructions,
- String? title,
- List<
ComplianceVersion> ? version,
Implementation
ComplianceNote({
this.cisBenchmark,
this.description,
this.impact,
this.rationale,
this.remediation,
this.scanInstructions,
this.title,
this.version,
});