itemHash property

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

If this is populated, it is the item that you must possess for this location to be active because of this mapping. (theoretically, a location can have multiple mappings, and some might require an item while others don't)

Implementation

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