MultipleListUpdater<T, L extends List<List<T>>> class

Constructors

MultipleListUpdater(L elements)
MultipleListUpdater.lazy(L builder())

Properties

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

Methods

add(T value) → void
clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(T value) → void
removeWhere(ReplaceValidator<T> validator) → void
replaceOrAdd(ReplaceValidator<T> validator, T value) → void
replaceWhere(ReplaceValidator<T> validator, ReplaceValue<T> replaceValue) bool
toString() String
A string representation of this object.
inherited

Operators

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