menu
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast.dart
VariableRead
VariableRead constructor
VariableRead constructor
dark_mode
light_mode
VariableRead
constructor
VariableRead
(
String
name
)
Implementation
VariableRead(this.name);
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast
VariableRead
VariableRead constructor
VariableRead class