NotificationTriggerVariable constructor

NotificationTriggerVariable({
  1. required String name,
  2. dynamic value,
  3. TemplateVariableType? type,
})

Implementation

NotificationTriggerVariable({
  required this.name,
  this.value,
  this.type,
});