menu
flutter_template_cli package
documentation
common/utils/json_serialize/json_ast/tokenize.dart
ValueNode
ValueNode constructor
ValueNode constructor
dark_mode
light_mode
ValueNode
constructor
ValueNode
(
String
value
,
String
?
raw
, {
String
type
=
'Identifier'
,
Location
?
loc
,
})
Implementation
ValueNode( this.value, this.raw, { String type = 'Identifier', Location? loc, }) : super(type, loc);
flutter_template_cli package
documentation
common/utils/json_serialize/json_ast/tokenize
ValueNode
ValueNode constructor
ValueNode class