RcList<T> class

Inheritance

Constructors

RcList(List<T> value)

Properties

hashCode int
The hash code for this object.
no setterinherited
notifier ValueNotifier<List<T>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<T>
getter/setter pairinherited

Methods

add(T item) → void
addAll(List<T> list) → void
addListener(void listener()) → void
inherited
assignAll(List<T> list) → void
clear() → void
dispose() → void
inherited
fillRange(int start, int end, [T? fillValue]) → void
insert(int index, T item) → void
insertAll(int index, List<T> items) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() → void
inherited
remove(T item) → void
removeAt(int index) → void
removeListener(void listener()) → void
inherited
removeRange(int start, int end) → void
removeWhere(bool test(T)) → void
replaceRange(int start, int end, Iterable<T> newContents) → void
retainWhere(bool test(T)) → void
setAll(int index, List<T> items) → void
setRange(int start, int end, Iterable<T> newContents, [int skipCount = 0]) → void
setValue(List<T> value) → void
inherited
shuffle() → void
sort([int compare(T, T)?]) → void
toString() String
A string representation of this object.
inherited

Operators

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