matches method

bool matches(
  1. List<KeyBinding> bindings
)

Returns true if this key message matches any of the given bindings.

Implementation

bool matches(List<KeyBinding> bindings) => keyMatches(key, bindings);