parentLocationId property

  1. @TagNumber(4)
String get parentLocationId

Location ID of the parent location.

Implementation

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

Implementation

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