secondaryIcon property

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

A secondary icon associated with the item. Currently this is used in very context specific applications, such as Emblem Nameplates.

Implementation

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