menu
func_dart_core
nonemptylist
NonEmptyList
<
T
>
length property
length
brightness_4
brightness_5
length
property
@
override
int
length
override
Gets the number of elements in this list.
Implementation
@override int get length => _items.length;
func_dart_core
nonemptylist
NonEmptyList
<
T
>
length property
NonEmptyList class
Constructors
NonEmptyList
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 ==