code constant

LintCode const code

invalid_match_function

Implementation

static const code = LintCode(
  '`invalid_match_function`',
  'The given function does not have the expected signature',
  severity: DiagnosticSeverity.ERROR,
);