FuncExpr.named constructor
FuncExpr.named(})
Construct a function with an id.
Implementation
FuncExpr.named(
this.token, {
required this.body,
required this.args,
required this.idParts,
}) : local = false;
Construct a function with an id.
FuncExpr.named(
this.token, {
required this.body,
required this.args,
required this.idParts,
}) : local = false;