StepVariant constructor
StepVariant({
- required String id,
- String? uuid,
- String? stepId,
- StepIssues? issues,
- String? name,
- List<
MessageFilter> ? filters, - String? templateId,
- String? parentId,
- MessageTemplate? template,
- bool? active,
- bool? shouldStopOnFail,
- ReplyCallback? replyCallback,
- Map<
String, dynamic> ? controlVariables, - String? bridgeUrl,
Implementation
StepVariant({
required this.id,
this.uuid,
this.stepId,
this.issues,
this.name,
this.filters,
this.templateId,
this.parentId,
this.template,
this.active,
this.shouldStopOnFail,
this.replyCallback,
this.controlVariables,
this.bridgeUrl,
});