toIterable method

Iterable<Element> toIterable()

Implementation

Iterable<Element> toIterable() => Iterable.generate(length, (i) => item(i)!);