reset method

Reset all filters.

すべてのfiltersをリセットします。

Implementation

CollectionModelQuery reset() {
  return _copyWithAddingFilter(filters: []);
}