InvokeMemberMethodExpr constructor
InvokeMemberMethodExpr(
- String methodName,
- List<
Expression> args, { - OutputType? outputType,
- List<
NamedExpr> ? namedArgs,
Implementation
InvokeMemberMethodExpr(
this.methodName,
this.args, {
OutputType? outputType,
this.namedArgs,
}) : super(outputType);