FunctionExpr constructor
FunctionExpr(
- List<
FnParam> params, - List<
Statement> statements, [ - OutputType? type
Implementation
FunctionExpr(this.params, this.statements, [super.type]);