constraints property
- @TagNumber(5)
Constrain the way the robot will move
Implementation
@$pb.TagNumber(5)
Constraints get constraints => $_getN(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set constraints(Constraints v) { setField(5, v); }