Creates a bullet-style list tree.
static Tree bulletList(String rootLabel) { return Tree() ..root(rootLabel) ..enumerator(TreeEnumerator.bullet); }