matches method

bool matches(
  1. List<KeyBinding> bindings
)

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

Implementation

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