impact property

  1. @override
LintImpact get impact
override

Advisory only. A null-aware or bang operator in a test is a smell, not necessarily a bug, so this stays informational rather than a warning.

Implementation

@override
LintImpact get impact => LintImpact.info;