storeId property
- @TagNumber.new(50)
Stores the store to which the component is sent to
Implementation
@$pb.TagNumber(50)
$fixnum.Int64 get storeId => $_getI64(4);
- @TagNumber.new(50)
Implementation
@$pb.TagNumber(50)
set storeId($fixnum.Int64 value) => $_setInt64(4, value);