impact property

  1. @override
LintImpact get impact
override

The business impact of this rule's violations.

Override to specify the impact level for your rule:

Default: LintImpact.medium

Implementation

@override
LintImpact get impact => LintImpact.critical;