enabledRules property

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

The rules around whether the plug, once inserted, is enabled and providing its benefits. The live data DestinyItemPlugComponent.enableFailIndexes will be an index into this array, so you can pull out the failure strings appropriate for the user.

Implementation

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