dart / 2 / dart-collection / linkedhashset / foreach.html

forEach method

void forEach(
  1. void action(
    1. E element
    )
)
override

Executes a function on each element of the set.

The elements are iterated in insertion order.

Implementation

void forEach(void action(E element));

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-collection/LinkedHashSet/forEach.html