isInternal property

bool get isInternal

Whether this state marks an analysis rule as internal.

Implementation

bool get isInternal => _type == _RuleStateType.internal;