Take count items from the front of this list, returning the result as a list.
count
List<E> take_(int count) => take(count).toList();