reusablePlugItems property
- @JsonKey(name: 'reusablePlugItems')
getter/setter pair
This is a list of pre-determined plugs that can be plugged into this socket, without the character having the plug in their inventory. If this list is populated, you will not be allowed to plug an arbitrary item in the socket: you will only be able to choose from one of these reusable plugs.
Implementation
@JsonKey(name:'reusablePlugItems')
List<DestinyItemSocketEntryPlugItemRandomizedDefinition>? reusablePlugItems;