quantity property
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;
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)
@JsonKey(name:'quantity')
int? quantity;