iterable property

  1. @override
Iterable<Object?> iterable
override

An Iterable over the values of this tuple.

Implementation

@override
Iterable<Object?> get iterable sync* {}