childrenInstance property

  1. @override
List<ComponentInstance> get childrenInstance
override

The direct child component instances managed by this parent.

Implementation

@override
List<ComponentInstance> get childrenInstance => _childrenInstance;