Remediation constructor

Remediation({
  1. List<String>? compliantValues,
  2. Instructions? instructions,
  3. String? remediationType,
})

Implementation

Remediation({
  this.compliantValues,
  this.instructions,
  this.remediationType,
});