secondHalf method

List<T> secondHalf()

Implementation

List<T> secondHalf() => drop(halfLength).toList();