Flutter
collection
DelegatingList
<
E
>
DelegatingList const constructor
DelegatingList
DelegatingList<
E
>
constructor
Null safety
const
DelegatingList<
E
>
(
List
<
E
>
base
)
Implementation
const DelegatingList(List<E> base) : _base = base;
Flutter
collection
DelegatingList
<
E
>
DelegatingList const constructor
DelegatingList class
Constructors
DelegatingList
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
reversed
runtimeType
single
Methods
add
addAll
any
asMap
cast
clear
contains
elementAt
every
expand
fillRange
firstWhere
fold
followedBy
forEach
getRange
indexOf
indexWhere
insert
insertAll
join
lastIndexOf
lastIndexWhere
lastWhere
map
noSuchMethod
reduce
remove
removeAt
removeLast
removeRange
removeWhere
replaceRange
retainWhere
retype
setAll
setRange
shuffle
singleWhere
skip
skipWhile
sort
sublist
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator +
operator ==
operator []
operator []=
Static methods
typed