menu
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast.dart
LiteralPrimitive
LiteralPrimitive constructor
LiteralPrimitive constructor
dark_mode
light_mode
LiteralPrimitive
constructor
LiteralPrimitive
(
Object
?
value
)
Implementation
LiteralPrimitive(this.value);
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast
LiteralPrimitive
LiteralPrimitive constructor
LiteralPrimitive class