OnceEventSeverity constructor

const OnceEventSeverity({
  1. int? id,
  2. String? description,
})

Implementation

const OnceEventSeverity({
  this.id,
  this.description,
});