IterableX<T> extension
Utility extensions on Iterable.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
containsAll(
Iterable< T> other, {bool equals(Object?, Object?) = _equalityTest}) → bool -
Available on Iterable<
Returns whetherT> , provided by the IterableX extensionother
's elements are all included in this collection. -
containsExactly(
Iterable< T> other, {bool equals(Object?, Object?) = _equalityTest}) → bool -
Available on Iterable<
Returns whetherT> , provided by the IterableX extensionother
has the same elements in the same positions.