roots property

List<String> roots

Returns the roots of the tree.

Implementation

List<String> get roots => tree.keys.toList();