plugs property

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

Unlock state for plugs in the socket plug set definition

Implementation

@JsonKey(name:'plugs')
List<DestinyCraftableSocketPlugComponent>? plugs;