isNotListRule property

bool get isNotListRule

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

Implementation

bool get isNotListRule => !isListRule;