RuleState.experimental constructor

const RuleState.experimental({
  1. Version? since,
})

Initializes a state that marks an analysis rule as experimental.

Implementation

const RuleState.experimental({this.since})
  : _type = _RuleStateType.experimental,
    replacedBy = null;