storageId property
- @TagNumber.new(51)
Stores an optional ID of the associated storage that the component is stored in
Implementation
@$pb.TagNumber(51)
$fixnum.Int64 get storageId => $_getI64(22);
- @TagNumber.new(51)
Implementation
@$pb.TagNumber(51)
set storageId($fixnum.Int64 value) => $_setInt64(22, value);