DiagnosticSeverity constructor

const DiagnosticSeverity(
  1. String name,
  2. int ordinal,
  3. String machineCode,
  4. String displayName,
)

Implementation

const DiagnosticSeverity(
  this.name,
  this.ordinal,
  this.machineCode,
  this.displayName,
);