code constant

LintCode const code

Implementation

static const LintCode code = LintCode(
  'copywith_incomplete',
  'All fields should be included in copyWith: {0}',
  correctionMessage: 'Update copyWith to include all fields.',
);