isNotDisableRule property

bool get isNotDisableRule

Returns true if this data is not DisableRule, otherwise false.

Implementation

bool get isNotDisableRule => !isDisableRule;