NotificationStep constructor

NotificationStep({
  1. List<StepVariant>? variants,
  2. TriggerType? type,
  3. String? identifier,
})

Implementation

NotificationStep({
  this.variants,
  this.type,
  this.identifier,
});