NotificationTrigger constructor
NotificationTrigger({
- required TriggerType type,
- required String identifier,
- required List<
NotificationTriggerVariable> variables, - List<
NotificationTriggerVariable> ? subscriberVariables, - List<
TriggerReservedVariable> ? reservedVariables,
Implementation
NotificationTrigger({
required this.type,
required this.identifier,
required this.variables,
this.subscriberVariables,
this.reservedVariables,
});