milestoneHash property

  1. @JsonKey(name: 'milestoneHash')
int? milestoneHash
getter/setter pair

The unique identifier for the Milestone. Use it to look up the DestinyMilestoneDefinition, so you can combine the other data in this contract with static definition data.

Implementation

@JsonKey(name:'milestoneHash')
int? milestoneHash;