Filterable<QueryType> constructor

Filterable<QueryType>(
  1. QueryType query,
  2. Type type
)

Creates a new filterable.

Implementation

Filterable(this.query, this.type);