enableFailIndexes property

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

If a plug is inserted but 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.

Implementation

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