matchesSingle method
Returns true if this key matches the given binding.
Implementation
bool matchesSingle(KeyBinding binding) => keyMatchesSingle(this, binding);
Returns true if this key matches the given binding.
bool matchesSingle(KeyBinding binding) => keyMatchesSingle(this, binding);