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