init property
Stream initiation. Sent exactly once and must be the first message on the stream.
Implementation
@$pb.TagNumber(2)
MoveThroughJointPositionsStreamedRequest_Init get init => $_getN(1);
Implementation
@$pb.TagNumber(2)
set init(MoveThroughJointPositionsStreamedRequest_Init v) { setField(2, v); }