ThreatScore constructor

ThreatScore({
  1. required Threat threat,
  2. required String score,
})

Implementation

ThreatScore({required this.threat, required this.score});