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