argumentList property Null safety
Return the list of arguments to the constructor.
Implementation
ArgumentList get argumentList;
@Deprecated('Clients should not build AST manually')
Set the list of arguments to the constructor to the given argumentList.
Implementation
@Deprecated('Clients should not build AST manually')
set argumentList(ArgumentList argumentList);