seasonalRank property

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

If this vendor has a seasonal rank, this will be the calculated value of that rank. How nice is that? I mean, that's pretty sweeet. It's a whole 32 bit integer.

Implementation

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