originalIcon property

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

If we replaced the icon with something more glitzy, this is the original icon that the vendor had according to the game's content. It may be more lame and/or have less razzle-dazzle. But who am I to tell you which icon to use.

Implementation

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