Mitigation constructor

Mitigation({
  1. String? mitigationName,
})

Implementation

Mitigation({
  this.mitigationName,
});