menu
Dart
dart:collection
LinkedHashSet
<
E
>
iterator property
iterator
brightness_4
brightness_5
description
iterator
property
Iterator
<
E
>
iterator
override
Provides an iterator that iterates over the elements in insertion order.
Implementation
Iterator<E> get iterator;
Dart
dart:collection
LinkedHashSet
<
E
>
iterator property
LinkedHashSet class