RuleState.removed constructor
      const
      RuleState.removed({ 
    
- Version? since,
 - String? replacedBy,
 
Initializes a state that identifies an analysis rule as having been removed.
Implementation
const RuleState.removed({this.since, this.replacedBy})
  : _type = _RuleStateType.removed;