robotMainPartId property

  1. @TagNumber(4)
String get robotMainPartId

Implementation

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

Implementation

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