Remediation constructor

Remediation({
  1. Recommendation? recommendation,
})

Implementation

Remediation({
  this.recommendation,
});