TreeResult constructor

TreeResult(
  1. Map<String, String> params,
  2. TreeNode node
)

Implementation

TreeResult(this.params, this.node);