storeId property

  1. @TagNumber.new(50)
Int64 get storeId

Stores the store to which the component is sent to

Implementation

@$pb.TagNumber(50)
$fixnum.Int64 get storeId => $_getI64(4);
  1. @TagNumber.new(50)
set storeId (Int64 value)

Implementation

@$pb.TagNumber(50)
set storeId($fixnum.Int64 value) => $_setInt64(4, value);