FuncCallExpr constructor

FuncCallExpr(
  1. String func,
  2. List<Expr> args
)

Implementation

FuncCallExpr(this.func, this.args);