sockets property

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

Plug item state for the crafting sockets.

Implementation

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