clear method

Filter clear()

Removes all filters.

Implementation

Filter clear() {
  _filters.clear();
  return this;
}