materialsToUpgrade property

  1. @JsonKey(name: 'materialsToUpgrade')
List<DestinyMaterialRequirement>? 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;