isDeprecated property
bool
get
isDeprecated
Whether this state marks an analysis rule as deprecated.
Implementation
bool get isDeprecated => _type == _RuleStateType.deprecated;
Whether this state marks an analysis rule as deprecated.
bool get isDeprecated => _type == _RuleStateType.deprecated;