byte_flow
head library
head
byte_flow
head 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
head
library
Functions
head
(
List
array
)
→ dynamic
Finds the first element in the array Uses dart's
List.first
property Example
[...]
head library
Functions
head