SearchTypeFacet enum
default
: perform a search query -facet
searches for facet values.
Values
- facet → const SearchTypeFacet
-
const SearchTypeFacet(r'facet')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → SearchTypeFacet
Constants
-
values
→ const List<
SearchTypeFacet> - A constant List of the values in this enum, in order of their declaration.