enabledMaterialRequirementHash property
- @JsonKey(name: 'enabledMaterialRequirementHash')
getter/setter pair
It's not enough for the plug to be inserted. It has to be enabled as well. For it to be enabled, it may require materials. This is the hash identifier for the DestinyMaterialRequirementSetDefinition for those requirements, if there is one.
Implementation
@JsonKey(name:'enabledMaterialRequirementHash')
int? enabledMaterialRequirementHash;