itemCount property

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

The maximum # of item "slots" in a bucket. A slot is a given combination of item + quantity. For instance, a Weapon will always take up a single slot, and always have a quantity of 1. But a material could take up only a single slot with hundreds of quantity.

Implementation

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