stackSize property

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

A value for the amount of a (possibly virtual) material on some scope. For example: Dawning cookie baking material requirements.

Implementation

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