menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
LiteralExpr
LiteralExpr constructor
LiteralExpr constructor
dark_mode
light_mode
LiteralExpr
constructor
LiteralExpr
(
dynamic
value
, [
OutputType
?
type
])
Implementation
LiteralExpr(this.value, [super.type]);
ngcompiler package
documentation
v1/src/compiler/output/output_ast
LiteralExpr
LiteralExpr constructor
LiteralExpr class