functionCall property

  1. @TagNumber(3)
FunctionCall get functionCall

Implementation

@$pb.TagNumber(3)
FunctionCall get functionCall => $_getN(2);
  1. @TagNumber(3)
set functionCall (FunctionCall v)

Implementation

@$pb.TagNumber(3)
set functionCall(FunctionCall v) {
  setField(3, v);
}