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