code constant

LintCode const code

Implementation

static const LintCode code = LintCode(
  'equality',
  'Add override equality and hashCode',
  correctionMessage: 'Add (==) and hashCode overrides.',
);