isEmpty property
bool
get
isEmpty
Returns true if this keybinding is mapped to no keys.
Implementation
bool get isEmpty => keyCodes.isEmpty;
Returns true if this keybinding is mapped to no keys.
bool get isEmpty => keyCodes.isEmpty;