components property

List<C> get components

The returned components are immutable. Although you can make modification to the component itself directly still.

Implementation

List<C> get components => List.unmodifiable(_modelToComponent);