Dart
dart:collection
UnmodifiableListView
<
E
>
cast<
R
> method
cast
UnmodifiableListView class
Constructors
UnmodifiableListView
Properties
length
first
hashCode
isEmpty
isNotEmpty
iterator
last
reversed
runtimeType
single
Methods
cast
add
addAll
any
asMap
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
setAll
setRange
shuffle
singleWhere
skip
skipWhile
sort
sublist
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator []
operator +
operator ==
operator []=
cast<
R
> method
List
<
R
>
cast
<
R
>(
)
Implementation
List<R> cast<R>() => new UnmodifiableListView(_source.cast<R>());