RenderTree constructor Null safety
- String? tree
Creates a RenderTree object with the given string representation.
Implementation
const RenderTree(this.tree);
Creates a RenderTree object with the given string representation.
const RenderTree(this.tree);