IterableUtils class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

containsAtLeastOneElement<T>(Iterable<T>? it1, Iterable<T>? it2) bool
equals<E1, E2>(Iterable<E1> it1, Iterable<E2> it2) bool
isEmpty<T>(Iterable<T>? list) bool
isListOfMaps(Object? obj) bool
isListOfStrings<T>(List<T>? list, [bool acceptNull = false]) bool
isNotEmpty<T>(Iterable<T>? list) bool
length<T>(Iterable<T> it) int
mapIndexed<E, T>(Iterable<E> it, T function(E value, int position)) Iterable<T>
startsWith(List<String> list, String value) bool