bindings property

List<KeyBinding> get bindings

All bindings in this collection.

Implementation

List<KeyBinding> get bindings => List.unmodifiable(_bindings);