arguments property

NodeList<Expression> get arguments

Return the expressions producing the values of the arguments.

Although the language requires that positional arguments appear before named arguments, this class allows them to be intermixed.

Implementation

NodeList<Expression> get arguments;