ListCopyWith<$R, $T, $C> class

Inheritance

Constructors

ListCopyWith(List<$T> value, $C itemCopyWith($T a, Then<$T, $R> b), Then<List<$T>, $R> then)

Properties

hashCode int
The hash code for this object.
no setterinherited
itemCopyWith ↔ $C Function($T a, Then<$T, $R> b)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add($T v) → $R
addAll(Iterable<$T> v) → $R
at(int index) → $C
insert(int index, $T v) → $R
insertAll(int index, Iterable<$T> v) → $R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or<T>(Object? _v, T v) → T
inherited
removeAt(int index) → $R
replace(int index, $T v) → $R
skip(int count) → $R
splice(int index, int removeCount, [Iterable<$T>? toInsert]) → $R
sublist(int start, [int? end]) → $R
take(int count) → $R
toString() String
A string representation of this object.
inherited
where(bool test($T)) → $R

Operators

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