toIterable method

Iterable<Object?> toIterable()

Implementation

Iterable<Object?> toIterable() => toDart.map((e) => e.dartify());