isEmpty property

bool get isEmpty

Whether this is an empty/passthrough filter.

Implementation

bool get isEmpty => _bitCount == 0;