lastCompletedStoryHash property

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

This will have the activity hash of the last completed story/campaign mission, in case you care about that.

Implementation

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