isIgnorable property
Whether a finding of this error is ignorable via comments such as
// ignore: or // ignore_for_file:.
Implementation
bool get isIgnorable => errorSeverity != ErrorSeverity.ERROR;
Whether a finding of this error is ignorable via comments such as
// ignore: or // ignore_for_file:.
bool get isIgnorable => errorSeverity != ErrorSeverity.ERROR;