code constant

LintCode const code

Implementation

static const LintCode code = LintCode(
  'require_annotation_from_json',
  'Missing `factory ClassName.fromJson(json)` required by @RequireFromJson on base class',
  severity: DiagnosticSeverity.WARNING,
);