items property

Iterable<E> get items

Implementation

Iterable<E> get items => List.unmodifiable(_items).cast<E>();