menu
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast.dart
LiteralPrimitive
value property
value property
dark_mode
light_mode
value
property
Object
?
value
final
Value being parsed.
This is either
number
,
String
,
bool
, or
null
.
Implementation
final Object? value;
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast
LiteralPrimitive
value property
LiteralPrimitive class