stackUniqueLabel property

  1. @JsonKey(name: 'stackUniqueLabel')
String? stackUniqueLabel
getter/setter pair

If this string is populated, you can't have more than one stack with this label in a given inventory. Note that this is different from the equipping block's unique label, which is used for equipping uniqueness.

Implementation

@JsonKey(name:'stackUniqueLabel')
String? stackUniqueLabel;