currentSeasonPassHash property

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

Implementation

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