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