remoteFunctionReturn property

  1. @TagNumber(12)
RemoteFunctionReturn get remoteFunctionReturn

Implementation

@$pb.TagNumber(12)
RemoteFunctionReturn get remoteFunctionReturn => $_getN(11);
  1. @TagNumber(12)
set remoteFunctionReturn (RemoteFunctionReturn v)

Implementation

@$pb.TagNumber(12)
set remoteFunctionReturn(RemoteFunctionReturn v) { setField(12, v); }