robotMainPartId property

  1. @TagNumber(4)
String robotMainPartId

Implementation

@$pb.TagNumber(4)
$core.String get robotMainPartId => $_getSZ(3);
  1. @TagNumber(4)
void robotMainPartId=(String v)

Implementation

@$pb.TagNumber(4)
set robotMainPartId($core.String v) { $_setString(3, v); }