containerElements property

  1. @protected
Map<String, Element> containerElements

elements saved inside the ProvidersContainer

Implementation

@protected
Map<String, Element> get containerElements =>
    ProvidersContainer.instance.elements;