code constant

LintCode const code

undeclared_function

Implementation

static const code = LintCode(
  'undeclared_function',
  'Declare functions in the FirebaseRules annotation',
  severity: DiagnosticSeverity.ERROR,
);