RuleState.removed constructor

const RuleState.removed({
  1. Version? since,
  2. 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;