severity property

String get severity

The severity of the lint rule (e.g., 'ERROR', 'WARNING').

Implementation

String get severity => 'ERROR';