NotificationTriggerVariable constructor
NotificationTriggerVariable({
- required String name,
- dynamic value,
- TemplateVariableType? type,
Implementation
NotificationTriggerVariable({
required this.name,
this.value,
this.type,
});