RequireFromJsonAnnotationRule constructor
RequireFromJsonAnnotationRule()
Implementation
RequireFromJsonAnnotationRule()
: super(
name: 'require_annotation_from_json',
description:
'Missing `factory ClassName.fromJson(json)` required by @RequireFromJson on base class',
);