secondarySpecial property

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

Pulled from the Secondary Icon, this is the "special" background for the item. For Emblems, this is the background image used on the Details view: but it need not be limited to that for other types of items.

Implementation

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