ListUtil class

List utilities.

Constructors

ListUtil()

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

copy(List src, int srcStart, List dst, int dstStart, int count) List
Copy a list (src) to another (dst)
equalsEach(List al, dynamic bl, [bool equal(dynamic a, dynamic b)?]) bool
Tests if a list equals another by comparing one-by-one *
getHashCode(Iterable? iterable) int
Returns the hash code of the given list