menu
func_dart_core
nonemptylist
NonEmptyList
<
T
>
skip method
skip
brightness_4
brightness_5
skip
method
@
override
Iterable
<
T
>
skip
(
int
count
)
override
Skips the first
count
elements.
Implementation
@override Iterable<T> skip(int count) => _items.skip(count);
func_dart_core
nonemptylist
NonEmptyList
<
T
>
skip method
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 ==