intrinsicSockets property

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

Each intrinsic (or immutable/permanent) socket on an item is defined here, along with the plug that is permanently affixed to the socket.

Implementation

@JsonKey(name:'intrinsicSockets')
List<DestinyItemIntrinsicSocketEntryDefinition>? intrinsicSockets;