seasonHash property

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

If this item is related directly to a Season of Destiny, this is the hash identifier for that season.

Implementation

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