childrenAll method

Tree childrenAll(
  1. List items
)

Implementation

Tree childrenAll(List<dynamic> items) => children(items);