iterable property

IdenticalItemsIterable<E> get iterable

Returns a Iterable with length elements. All elements have value first.

Implementation

IdenticalItemsIterable<E> get iterable =>
    IdenticalItemsIterable(value: value, length: length);