Returns a list representation of the iterable.
@override List<T> toList({bool growable = true}) => _items.toList(growable: growable);