requireOrderedSetItemAdd property

  1. @JsonKey(name: 'requireOrderedSetItemAdd')
bool? requireOrderedSetItemAdd
getter/setter pair

If true, items in the set can only be added in increasing order, and adding an item will remove any previous item. For Quests, this is by necessity true. Only one quest step is present at a time, and previous steps are removed as you advance in the quest.

Implementation

@JsonKey(name:'requireOrderedSetItemAdd')
bool? requireOrderedSetItemAdd;