target property
AST
get
target
Returns the target of this assignment.
Implementation
AST get target => AST.from(getAttribute("target"));
Returns the target of this assignment.
AST get target => AST.from(getAttribute("target"));