location property

  1. @TagNumber.new(5)
ContainerId get location

Implementation

@$pb.TagNumber(5)
$1.ContainerId get location => $_getN(4);
  1. @TagNumber.new(5)
set location (ContainerId value)

Implementation

@$pb.TagNumber(5)
set location($1.ContainerId value) => $_setField(5, value);