components property

List<T> components

The list of components.

Implementation

List<T> get components => UnmodifiableListView(_components);