callExpr property

  1. @TagNumber.new(6)
Expr_Call get callExpr

A call expression, including calls to predefined functions and operators.

Implementation

@$pb.TagNumber(6)
Expr_Call get callExpr => $_getN(4);
  1. @TagNumber.new(6)
set callExpr (Expr_Call value)

Implementation

@$pb.TagNumber(6)
set callExpr(Expr_Call value) => $_setField(6, value);