bindings property
List<KeyBinding>
get
bindings
All bindings in this collection.
Implementation
List<KeyBinding> get bindings => List.unmodifiable(_bindings);
All bindings in this collection.
List<KeyBinding> get bindings => List.unmodifiable(_bindings);