isEmpty property
bool
get
isEmpty
Whether this rules set is empty.
Implementation
bool get isEmpty => _patterns.isEmpty && _negations.isEmpty;
Whether this rules set is empty.
bool get isEmpty => _patterns.isEmpty && _negations.isEmpty;