callExpr property
A call expression, including calls to predefined functions and operators.
Implementation
@$pb.TagNumber(6)
Expr_Call get callExpr => $_getN(4);
Implementation
@$pb.TagNumber(6)
set callExpr(Expr_Call value) => $_setField(6, value);