sockets property

  1. @JsonKey(name: 'sockets')
SingleComponentResponseOfDestinyItemSocketsComponent? sockets
getter/setter pair

Information about the sockets of the item: which are currently active, what potential sockets you could have and the stats/abilities/perks you can gain from them. COMPONENT TYPE: ItemSockets

Implementation

@JsonKey(name:'sockets')
SingleComponentResponseOfDestinyItemSocketsComponent? sockets;