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