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