menu
lucy_editor package
documentation
parsejs/ast.dart
LiteralExpression
LiteralExpression.new constructor
LiteralExpression.new constructor
dark_mode
light_mode
LiteralExpression
constructor
LiteralExpression
(
dynamic
value
, [
String
?
raw
])
Implementation
LiteralExpression(this.value, [this.raw]);
lucy_editor package
documentation
parsejs/ast
LiteralExpression
LiteralExpression.new constructor
LiteralExpression class