getClones method

Iterable<Comp<T>> getClones()
inherited

Returns all clones produced from this object.

Implementation

Iterable<E> getClones() => _clones;