DebugTree constructor
DebugTree({})
Implementation
DebugTree({
this.showEmoji = false,
this.showColor = false,
this.showTag = true,
this.methodCount = 2,
this.errorMethodCount = 8,
}) : assert(methodCount > 0),
assert(errorMethodCount > 0);