menu
jieba_flutter package
documentation
analysis/node.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
String
value
,
Node
?
parent
)
Implementation
Node(this.value, this.parent);
jieba_flutter package
documentation
analysis/node
Node
Node.new constructor
Node class