location property

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

Implementation

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

Implementation

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