eventCardHashesOwned property

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

A list of hashes for event cards that a profile owns. Unlike most values in versionsOwned, these stay with the profile across all platforms.

Implementation

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