isDeprecated property

bool get isDeprecated

Whether this state marks an analysis rule as deprecated.

Implementation

bool get isDeprecated => _type == _RuleStateType.deprecated;