tooltipNotificationIndexes property
- @JsonKey(name: '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;