WorkflowCreate class

The details of the workflows to create.

Constructors

WorkflowCreate({String? description, required String name, WorkflowLayout? startPointLayout, required List<StatusLayoutUpdate> statuses, required List<TransitionUpdateDTO> transitions})
WorkflowCreate.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the workflow to create.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the workflow to create.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPointLayout WorkflowLayout?
final
statuses List<StatusLayoutUpdate>
The statuses associated with this workflow.
final
transitions List<TransitionUpdateDTO>
The transitions of this workflow.
final

Methods

copyWith({String? description, String? name, WorkflowLayout? startPointLayout, List<StatusLayoutUpdate>? statuses, List<TransitionUpdateDTO>? transitions}) WorkflowCreate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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