iterable property

Iterable iterable

An (untyped) Iterable over the values of this tuple.

Implementation

Iterable<dynamic> get iterable => toList();