smallTransparentIcon property

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

This is the icon used in parts of the game UI such as the vendor's waypoint.

Implementation

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