collection library
Classes and utilities that supplement the collections in dart:core
.
Classes
Extensions
-
Iterables
on Iterable<
T> - Provides additional operations for Iterable.
-
ListEquality
on List<
T> - Utilities for comparison of the contents of lists.
-
Lists
on List<
T> - Provides additional operations for lists.
-
MapEquality
on Map<
K, V> - Utilities for comparison of the contents of maps.
-
SetEquality
on Set<
T> - Utilities for comparison of the contents of sets.
-
TupleIterable
on Iterable<
Iterable> - Provides functions to convert Iterables of lists into Iterables of tuples.