code constant
LintCode
const code
Implementation
static const LintCode code = LintCode(
'freezed_models',
'Models should use @freezed annotation',
correctionMessage: 'Add @freezed annotation to this model class',
);