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