rankIcon property

  1. @JsonKey(name: 'rankIcon')
String? rankIcon
getter/setter pair

For progressions that have it, this is the rank icon we use in the Companion, displayed above the progressions' rank value.

Implementation

@JsonKey(name:'rankIcon')
String? rankIcon;