FunctionExpr constructor

FunctionExpr(
  1. List<FnParam> params,
  2. List<Statement> statements, [
  3. OutputType? type
])

Implementation

FunctionExpr(this.params, this.statements, [super.type]);