iterable property

Iterable get iterable

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

Implementation

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