failureIndexes property
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;
An list of indexes into the DestinyVendorDefinition.failureStrings array, indicating the possible failure strings that can be relevant for this item.
@JsonKey(name:'failureIndexes')
List<int>? failureIndexes;