CommandPaletteMatch constructor
const
CommandPaletteMatch({})
Creates a scored match for item.
Implementation
const CommandPaletteMatch({
required this.item,
required this.score,
required this.evidence,
required this.originalIndex,
});