isEmpty property
bool
get
isEmpty
Whether this is an empty/passthrough filter.
Implementation
bool get isEmpty => _bitCount == 0;
Whether this is an empty/passthrough filter.
bool get isEmpty => _bitCount == 0;