Row constructor
Row(
- num value,
- bool dice,
- List<
TreeMapNode> children
Implementation
Row(this.value, this.dice, this.children);
Row(this.value, this.dice, this.children);