CommandPaletteMatch class final
A scored palette match with deterministic ranking evidence.
Constructors
-
CommandPaletteMatch({required CommandPaletteItem item, required double score, required Map<
String, double> evidence, required int originalIndex}) -
const
Properties
-
evidence
→ Map<
String, double> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- item → CommandPaletteItem
-
final
- originalIndex → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
final
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