itemHash property

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

The identifier for the item's definition, which is where most of the useful static information for the item can be found.

Implementation

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