NotificationConfig constructor
NotificationConfig({})
Creates a notification entry.
Implementation
NotificationConfig({
required this.provider,
required this.webhookUrl,
this.on = NotifyOn.always,
this.title,
this.message,
this.chatId,
});