hasUnreadGiftInventory property
- @JsonKey.new(includeIfNull: false, name: 'has_unread_gift_inventory')
final
Whether user has unread gifts
Implementation
@JsonKey(includeIfNull: false, name: 'has_unread_gift_inventory')
final bool? hasUnreadGiftInventory;