dart property

Iterable<T> dart

Returns a dart:core Iterable

This method can be used to interop between the dart:collection and the kt.dart world.

Implementation

Iterable<T> get dart => iter;