body property Null safety
Return the body of the constructor.
Implementation
FunctionBody get body;
@Deprecated('Clients should not build AST manually')
Set the body of the constructor to the given functionBody
.
Implementation
@Deprecated('Clients should not build AST manually')
set body(FunctionBody functionBody);