deleteOnAction property

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

If true, the item/quantity will be deleted from your inventory when the action is performed. Otherwise, you'll retain these required items after the action is complete.

Implementation

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