sockets property
The list of all sockets on the item, and their status information.
Implementation
@JsonKey(name:'sockets')
List<DestinyItemSocketState>? sockets;
The list of all sockets on the item, and their status information.
@JsonKey(name:'sockets')
List<DestinyItemSocketState>? sockets;