menu
slang package
documentation
builder/model/node.dart
Node
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node
constructor
Node
(
{
required
String
path
,
required
String
?
comment
,
})
Implementation
Node({ required this.path, required this.comment, });
slang package
documentation
builder/model/node
Node
Node.new constructor
Node class