arguments property

List<Expression<Object>> arguments
final

The arguments passed to the function, as expressions.

Implementation

final List<Expression> arguments;