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 [...]