failureIndexes property

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

An list of indexes into the DestinyVendorDefinition.failureStrings array, indicating the possible failure strings that can be relevant for this item.

Implementation

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