FunctionExpr.custom constructor Null safety
Create a new custom function expression.
Implementation
const FunctionExpr.custom(this.function, this.params);
Create a new custom function expression.
const FunctionExpr.custom(this.function, this.params);