componentName property

  1. @TagNumber(3)
ResourceName componentName

Component on the robot to move to the specified destination

Implementation

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

Implementation

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