NewNotificationDto

data class NewNotificationDto(val anyNew: Boolean)

DTO with boolean flag indicating whether there is any unread message

Constructors

Link copied to clipboard
constructor(anyNew: Boolean)

Properties

Link copied to clipboard