menu
firestorm
commons\filterable.dart
Filterable
<
QueryType
>
Filterable.new constructor
Filterable.new
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.new constructor
Filterable class