code constant

LintCode const code

undeclared_enum_value

Implementation

static const code = LintCode(
  'undeclared_enum_value',
  'This enum value has no mapping. Declare enum conversion maps in the FirebaseRules annotation.',
  severity: DiagnosticSeverity.ERROR,
);