CallExpr constructor
CallExpr(})
Implementation
CallExpr(
this.callee, {
this.positionalArgs = const [],
this.namedArgs = const {},
this.documentationsWithinEmptyContent,
this.isNullable = false,
this.hasNewOperator = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.callExpr);