Row constructor

Row(
  1. num value,
  2. bool dice,
  3. List<TreeMapNode> children
)

Implementation

Row(this.value, this.dice, this.children);