AstLambda constructor
AstLambda(})
Implementation
AstLambda(this.params, this.returnType,
{this.injectedOCCodes,
this.declaration = false,
this.depth = 0,
bool maybeNull = false})
: super(maybeNull, []);