NiceAdminNotification constructor
const
NiceAdminNotification({})
Implementation
const NiceAdminNotification({
required this.id,
required this.title,
this.body,
required this.channel,
required this.audience,
this.scheduledAt,
this.sentAt,
this.status = NiceNotificationStatus.draft,
this.recipients = 0,
this.opened = 0,
});