consumeEntireStack property

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

If true, the entire stack is deleted when the action completes.

Implementation

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