failedRequirementIndexes property
If the requirements are not met for crafting this item, these will index into the list of failure strings.
Implementation
@JsonKey(name:'failedRequirementIndexes')
List<int>? failedRequirementIndexes;
If the requirements are not met for crafting this item, these will index into the list of failure strings.
@JsonKey(name:'failedRequirementIndexes')
List<int>? failedRequirementIndexes;