Criticality constructor

Criticality({
  1. String? type,
})

Implementation

Criticality({
  this.type,
});