menu
golo package
documentation
sgf.dart
RecursiveNode
RecursiveNode.new constructor
RecursiveNode.new constructor
dark_mode
light_mode
RecursiveNode
constructor
RecursiveNode
(
int
id
,
int
?
parentId
,
Map
<
String
,
List
<
String
>
>
data
,
List
<
RecursiveNode
>
children
,
)
Implementation
RecursiveNode(this.id, this.parentId, this.data, this.children);
golo package
documentation
sgf
RecursiveNode
RecursiveNode.new constructor
RecursiveNode class