socketReplacements property

  1. @JsonKey(name: 'socketReplacements')
List<DestinyNodeSocketReplaceResponse>? socketReplacements
getter/setter pair

If this step is activated, this will be a list of information used to replace socket items with new Plugs. See DestinyInventoryItemDefinition for more information about sockets and plugs.

Implementation

@JsonKey(name:'socketReplacements')
List<DestinyNodeSocketReplaceResponse>? socketReplacements;