enableFailIndexes property

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

If a plug is not enabled, this will be populated with indexes into the plug item definition's plug.enabledRules property, so that you can show the reasons why it is not enabled. This list will be empty if the plug is enabled.

Implementation

@JsonKey(name:'enableFailIndexes')
List<int>? enableFailIndexes;