insertionRules property

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

The rules around when this plug can be inserted into a socket, aside from the socket's individual restrictions. The live data DestinyItemPlugComponent.insertFailIndexes will be an index into this array, so you can pull out the failure strings appropriate for the user.

Implementation

@JsonKey(name:'insertionRules')
List<DestinyPlugRuleDefinition>? insertionRules;