issuedInventoryHash property

  1. @TagNumber.new(12)
String get issuedInventoryHash

Stores the hash of the inventory item that has been issued from this parent item

Implementation

@$pb.TagNumber(12)
$core.String get issuedInventoryHash => $_getSZ(4);
  1. @TagNumber.new(12)
set issuedInventoryHash (String value)

Implementation

@$pb.TagNumber(12)
set issuedInventoryHash($core.String value) => $_setString(4, value);