asList method

List<E> asList()

Returns limit as List

Implementation

List<E> asList() => <E>[lower, upper];