all method

List<T> all()

Implementation

List<T> all() => _tree.all().map((e) => e.data).toList();