componentName property

  1. @TagNumber(4)
ResourceName componentName

Component on the robot to move to the specified destination

Implementation

@$pb.TagNumber(4)
$14.ResourceName get componentName => $_getN(3);
  1. @TagNumber(4)
void componentName=(ResourceName v)

Implementation

@$pb.TagNumber(4)
set componentName($14.ResourceName v) { setField(4, v); }