isEmpty property

bool get isEmpty

Whether this rules set is empty.

Implementation

bool get isEmpty => _patterns.isEmpty && _negations.isEmpty;