sortPriority property

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

Apparently when rendering an item in a reward, this should be used as a sort priority. We're not doing it presently.

Implementation

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