functionCall property

  1. @TagNumber.new(3)
FunctionCall get functionCall

Implementation

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

Implementation

@$pb.TagNumber(3)
set functionCall(FunctionCall value) => $_setField(3, value);