menu
firestorm
filterable.dart
Filterable
<
QueryType
>
Filterable constructor
Filterable
dark_mode
light_mode
Filterable<
QueryType
>
constructor
Filterable<
QueryType
>
(
QueryType
_query
,
Type
_type
)
Creates a new filterable.
Implementation
Filterable(this._query, this._type);
firestorm
filterable
Filterable
<
QueryType
>
Filterable constructor
Filterable class