NotificationModel

data class NotificationModel(var title: String, var message: String, var type: NotificationType = NotificationType.ALERT)

Constructors

Link copied to clipboard
constructor(title: String, message: String, type: NotificationType = NotificationType.ALERT)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard