FuncTypeExpr constructor
FuncTypeExpr(})
Implementation
FuncTypeExpr(
this.returnType, {
this.genericTypeParameters = const [],
this.paramTypes = const [],
this.hasOptionalParam = false,
this.hasNamedParam = false,
this.isLocal = true,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.funcTypeExpr);