sockets property

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

The list of all sockets on the item, and their status information.

Implementation

@JsonKey(name:'sockets')
List<DestinyItemSocketState>? sockets;