isEmpty property

bool isEmpty

Returns true if this keybinding is mapped to no keys.

Implementation

bool get isEmpty => keyCodes.isEmpty;