FunctionCallExpression<R extends Object> constructor
const
FunctionCallExpression<R extends Object> (
- String functionName,
- List<
Expression< argumentsObject> >
Constructs a function call expression in sql from the functionName
and
the target arguments
.
Implementation
const FunctionCallExpression(this.functionName, this.arguments);