tooltipNotifications property
- @JsonKey(name: 'tooltipNotifications')
getter/setter pair
Tooltips that only come up conditionally for the item. Check the live data DestinyItemComponent.tooltipNotificationIndexes property for which of these should be shown at runtime.
Implementation
@JsonKey(name:'tooltipNotifications')
List<DestinyItemTooltipNotification>? tooltipNotifications;