menu
synquill package
documentation
synquill_core.dart
FunctionCallExpression<R extends Object>
arguments property
arguments property
dark_mode
light_mode
arguments
property
List
<
Expression
<
Object
>
>
arguments
final
The arguments passed to the function, as expressions.
Implementation
final List<Expression> arguments;
synquill package
documentation
synquill_core
FunctionCallExpression<R extends Object>
arguments property
FunctionCallExpression class