intrinsicSockets property
- @JsonKey(name: '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;