KeyBindings.empty constructor
const
KeyBindings.empty()
Creates an empty KeyBindings collection.
Implementation
const KeyBindings.empty() : _bindings = const [];
Creates an empty KeyBindings collection.
const KeyBindings.empty() : _bindings = const [];