firstHalf method

List<T> firstHalf()

Implementation

List<T> firstHalf() => take(halfLength).toList();