activeEventCardHash property

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

If populated, this is a reference to the event card that is currently active.

Implementation

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