matches method
Returns true if this key matches any of the given bindings.
Implementation
bool matches(List<KeyBinding> bindings) => keyMatches(this, bindings);
Returns true if this key matches any of the given bindings.
bool matches(List<KeyBinding> bindings) => keyMatches(this, bindings);