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