tooltipNotificationIndexes property

  1. @JsonKey(name: 'tooltipNotificationIndexes')
List<int>? tooltipNotificationIndexes
getter/setter pair

If this is populated, it is a list of indexes into DestinyInventoryItemDefinition.tooltipNotifications for any special tooltip messages that need to be shown for this item.

Implementation

@JsonKey(name:'tooltipNotificationIndexes')
List<int>? tooltipNotificationIndexes;