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