locationId property

  1. @TagNumber(12)
String locationId

Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location changes.

Implementation

@$pb.TagNumber(12)
$core.String get locationId => $_getSZ(11);
  1. @TagNumber(12)
void locationId=(String v)

Implementation

@$pb.TagNumber(12)
set locationId($core.String v) { $_setString(11, v); }