requirements property
- @JsonKey(name: 'requirements')
getter/setter pair
The set of requirements that will be applied on the activity if this requirement set is active.
Implementation
@JsonKey(name:'requirements')
List<DestinyActivityLoadoutRequirement>? requirements;