asList method

List<T> asList()

The of items in the stack

Implementation

List<T> asList() => _stack.toList();