onActionRecreateSelf property

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

If you successfully socket the item, this will determine whether or not you get "refunded" on the plug.

Implementation

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