deleteOnAction property

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

If true, the item is deleted when the action completes.

Implementation

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