SeverityLevel constructor

SeverityLevel({
  1. String? code,
  2. String? name,
})

Implementation

SeverityLevel({
  this.code,
  this.name,
});