challenges property

  1. @JsonKey(name: 'challenges')
List<DestinyPublicMilestoneChallenge>? challenges
getter/setter pair

For the given quest there could be 0-to-Many challenges: mini quests that you can perform in the course of doing this quest, that may grant you rewards and benefits.

Implementation

@JsonKey(name:'challenges')
List<DestinyPublicMilestoneChallenge>? challenges;