deleteOnAction property

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

If True, the material will be removed from the character's inventory when the action is performed.

Implementation

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