Severity constructor
Severity({
- SeverityLabel? label,
- int? normalized,
- String? original,
- double? product,
Implementation
Severity({
this.label,
this.normalized,
this.original,
this.product,
});