ToxicCombination constructor

ToxicCombination({
  1. double? attackExposureScore,
  2. List<String>? relatedFindings,
})

Implementation

ToxicCombination({
  this.attackExposureScore,
  this.relatedFindings,
});