FunctionExpr.custom constructor

const FunctionExpr.custom(
  1. String function,
  2. Map<String, Expr> params
)

Create a new custom function expression.

Implementation

const FunctionExpr.custom(this.function, this.params);