plugs property

  1. @JsonKey(name: 'plugs')
Map<String, List<DestinyItemPlug>>? plugs
getter/setter pair

The shared list of plugs for each relevant PlugSet, keyed by the hash identifier of the PlugSet (DestinyPlugSetDefinition).

Implementation

@JsonKey(name:'plugs')
Map<String, List<DestinyItemPlug>>? plugs;