MatchLevel enum
Indicates how well the attribute matched the search query.
Values
- none → const MatchLevel
-
const MatchLevel(r'none')
- partial → const MatchLevel
-
const MatchLevel(r'partial')
- full → const MatchLevel
-
const MatchLevel(r'full')
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) → MatchLevel
Constants
-
values
→ const List<
MatchLevel> - A constant List of the values in this enum, in order of their declaration.