Workflow class

Constructors

Workflow({required String id, required String name, bool? active, DateTime? createdAt, DateTime? updatedAt, required List nodes, required Map<String, dynamic> connections, required Map<String, dynamic> settings, dynamic staticData, List<Tag>? tags})
Workflow.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
final
connections Map<String, dynamic>
final
createdAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
nodes List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, dynamic>
final
staticData → dynamic
final
tags List<Tag>?
final
updatedAt DateTime?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited