BaseNotificationModel constructor
BaseNotificationModel({})
Implementation
BaseNotificationModel({
required this.type,
required this.id,
required this.tags,
required this.thumb,
required this.sound,
required this.title,
required this.message,
required this.link,
this.linkId,
this.buttons,
});