isExperimental property

bool get isExperimental

Whether this state marks an analysis rule as experimental.

Implementation

bool get isExperimental => _type == _RuleStateType.experimental;