arguments property

List<Expression> arguments
final

The arguments passed to the function, as expressions.

Implementation

final List<Expression> arguments;