WorkflowTransitionRules class

A workflow with transition rules.

Properties

conditions List<AppWorkflowTransitionRule>
The list of conditions within the workflow.
final
hashCode int
The hash code for this object.
no setterinherited
postFunctions List<AppWorkflowTransitionRule>
The list of post functions within the workflow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<AppWorkflowTransitionRule>
The list of validators within the workflow.
final
workflowId WorkflowId
final

Methods

copyWith({List<AppWorkflowTransitionRule>? conditions, List<AppWorkflowTransitionRule>? postFunctions, List<AppWorkflowTransitionRule>? validators, WorkflowId? workflowId}) WorkflowTransitionRules
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