menu
json_ast package
documentation
tokenize.dart
ValueNode
ValueNode constructor
ValueNode constructor
dark_mode
light_mode
ValueNode
constructor
ValueNode
(
String
value
,
String
?
raw
)
Implementation
ValueNode(this.value, this.raw) : super('Identifier');
json_ast package
documentation
tokenize
ValueNode
ValueNode constructor
ValueNode class