impact property

  1. @override
LintImpact get impact
override

Each occurrence is a serious issue that should be fixed immediately.

Implementation

@override
LintImpact get impact => LintImpact.error;