byte_flow
take library
take
byte_flow
take library
byte_flow
package
Libraries
baseFill
baseSortedIndex
baseWhile
byte_flow
capitalize
chunk
compact
drop
dropRight
duplicate
fill
findIndex
findLastIndex
flatten
head
initial
intersection
join
last
map
nth
pairs
slice
sortedIndex
tail
take
takeRight
union
unzip
zip
take
library
Functions
take
(
List
array
,
[
int
n
=
1
]
)
→ List
Creates a slice of array with n elements taken from the beginning. Uses dart's native
List.take(n)
method Example
[...]
take library
Functions
take