RenderTree constructor

const RenderTree(
  1. String? tree
)

Creates a RenderTree object with the given string representation.

Implementation

const RenderTree(this.tree);