functions/arrays/take library

Functions

take(List list, [int n = 1]) List
Creates a slice of list with n elements taken from the beginning. Uses dart's native List.take(n) method Example