Workflow constructor
Workflow({})
Implementation
Workflow({
required this.id,
required this.name,
this.active,
this.createdAt,
this.updatedAt,
required this.nodes,
required this.connections,
required this.settings,
this.staticData,
this.tags,
});