Filterable<QueryType> constructor
Filterable<QueryType> (
- QueryType query,
- Type type
Creates a new filterable.
Implementation
Filterable(this.query, this.type);
Creates a new filterable.
Filterable(this.query, this.type);