parentLocationId property
- @TagNumber(4)
Location ID of the parent location.
Implementation
@$pb.TagNumber(4)
$core.String get parentLocationId => $_getSZ(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set parentLocationId($core.String v) { $_setString(3, v); }