location property

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

Implementation

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

Implementation

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