sockets property

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

If this item has any Sockets, this will be non-null and the individual sockets on the item will be defined herein.

Implementation

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