TreeEnumerator constructor
const
TreeEnumerator({})
Creates a tree enumerator with the specified characters.
Implementation
const TreeEnumerator({
required this.pipe,
required this.tee,
required this.elbow,
required this.dash,
this.indent = ' ',
});