toIterable method

Iterable<Attr> toIterable()

Implementation

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