robotPartCount property
- @TagNumber(9)
number of robot parts using this fragment
Implementation
@$pb.TagNumber(9)
$core.int get robotPartCount => $_getIZ(7);
- @TagNumber(9)
Implementation
@$pb.TagNumber(9)
set robotPartCount($core.int v) { $_setSignedInt32(7, v); }