quantity property

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

The quantity of the item in this stack. Note that Instanced items cannot stack. If an instanced item, this value will always be 1 (as the stack has exactly one item in it)

Implementation

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