collectibleHash property

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

If this item has a collectible related to it, this is the hash identifier of that collectible entry.

Implementation

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