NotificationStep constructor
NotificationStep({
- List<
StepVariant> ? variants, - TriggerType? type,
- String? identifier,
Implementation
NotificationStep({
this.variants,
this.type,
this.identifier,
});