recentCollectibleHashes property

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

The list of collectibles determined by the game as having been "recently" acquired.

Implementation

@JsonKey(name:'recentCollectibleHashes')
List<int>? recentCollectibleHashes;