eventCardHashesOwned property
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;