SearchQuery_Query enum
Values
- orQuery → const SearchQuery_Query
- andQuery → const SearchQuery_Query
- notQuery → const SearchQuery_Query
- typeQuery → const SearchQuery_Query
- stateQuery → const SearchQuery_Query
- notSet → const SearchQuery_Query
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SearchQuery_Query> - A constant List of the values in this enum, in order of their declaration.