toIterable method

Iterable<T> toIterable()

Implementation

Iterable<T> toIterable() sync* {
  yield $1;
  yield $2;
  yield $3;
  yield $4;
  yield $5;
}