ErrorProcessor constructor
ErrorProcessor(
- String code, [
- ErrorSeverity? severity
Create an error processor that assigns errors with this code
the
given severity
.
If severity
is null
, matching errors will be filtered.
Implementation
ErrorProcessor(this.code, [this.severity]);