plugs property
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;
The shared list of plugs for each relevant PlugSet, keyed by the hash identifier of the PlugSet (DestinyPlugSetDefinition).
@JsonKey(name:'plugs')
Map<String, List<DestinyItemPlug>>? plugs;