singleInitialItemHash property

  1. @JsonKey(name: 'singleInitialItemHash')
int? singleInitialItemHash
getter/setter pair

If a valid hash, this is the hash identifier for the DestinyInventoryItemDefinition representing the Plug that will be initially inserted into the item on item creation. Otherwise, this Socket will either start without a plug inserted, or will have one randomly inserted.

Implementation

@JsonKey(name:'singleInitialItemHash')
int? singleInitialItemHash;