materialsToUpgrade property
- @JsonKey(name: 'materialsToUpgrade')
getter/setter pair
If the node has material requirements to be activated, this is the list of those requirements.
Implementation
@JsonKey(name:'materialsToUpgrade')
List<DestinyMaterialRequirement>? materialsToUpgrade;