code constant

LintCode const code

Implementation

static const LintCode code = LintCode(
  'prefer_shorthands',
  'Prefer shorthands',
  correctionMessage: "Try using shorthand syntax instead.",
);