isExperimental property
bool
get
isExperimental
Whether this state marks an analysis rule as experimental.
Implementation
bool get isExperimental => _type == _RuleStateType.experimental;
Whether this state marks an analysis rule as experimental.
bool get isExperimental => _type == _RuleStateType.experimental;