WorkflowStep constructor
WorkflowStep({})
Implementation
WorkflowStep({
this.id,
this.uuid,
this.name,
this.templateId,
this.active,
this.shouldStopOnFail,
this.template,
this.filters = const [],
this.parentId,
this.variants = const [],
});