bindings property

List<ParsedBinding> get bindings

The current registered bindings.

Implementation

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