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