hasUnreadGiftInventory property

  1. @JsonKey.new(includeIfNull: false, name: 'has_unread_gift_inventory')
bool? hasUnreadGiftInventory
final

Whether user has unread gifts

Implementation

@JsonKey(includeIfNull: false, name: 'has_unread_gift_inventory')
final bool? hasUnreadGiftInventory;