infusionCategoryHash property

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

The hash identifier for the infusion. It does not map to a Definition entity. DEPRECATED: Items can now have multiple infusion categories. Please use infusionCategoryHashes instead.

Implementation

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