storageId property

  1. @TagNumber.new(51)
Int64 get storageId

Stores an optional ID of the associated storage that the component is stored in

Implementation

@$pb.TagNumber(51)
$fixnum.Int64 get storageId => $_getI64(22);
  1. @TagNumber.new(51)
set storageId (Int64 value)

Implementation

@$pb.TagNumber(51)
set storageId($fixnum.Int64 value) => $_setInt64(22, value);