all method

List<T> all()

Returns all items inside this tree.

Implementation

List<T> all() => _all(data, []);