menu
func_dart_core
list
ImmutableList
<
T
>
length property
length
brightness_4
brightness_5
length
property
@
override
int
length
override
Returns the number of items in the list.
Implementation
@override int get length => _items.length;
func_dart_core
list
ImmutableList
<
T
>
length property
ImmutableList class
Constructors
ImmutableList
Properties
first
hashCode
isEmpty
isNotEmpty
items
iterator
last
length
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==