ClosureInfo constructor
ClosureInfo({})
Implementation
ClosureInfo({
this.closureFunctionName,
this.closureOwner,
this.closureOwnerClass,
this.libraries,
this.funLine,
this.funColumn,
});
ClosureInfo({
this.closureFunctionName,
this.closureOwner,
this.closureOwnerClass,
this.libraries,
this.funLine,
this.funColumn,
});