QueryType enum Null safety
Represents the type of the query which is defaults to QueryType.search, valid values are search
, term
, range
& geo
. You can read more here.
Constants
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited