WorkflowRules class

A collection of transition rules.

Constructors

WorkflowRules({WorkflowCondition? conditionsTree, List<WorkflowTransitionRule>? postFunctions, List<WorkflowTransitionRule>? validators})
WorkflowRules.fromJson(Map<String, Object?> json)
factory

Properties

conditionsTree WorkflowCondition?
final
hashCode int
The hash code for this object.
no setterinherited
postFunctions List<WorkflowTransitionRule>
The workflow post functions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<WorkflowTransitionRule>
The workflow validators.
final

Methods

copyWith({WorkflowCondition? conditionsTree, List<WorkflowTransitionRule>? postFunctions, List<WorkflowTransitionRule>? validators}) WorkflowRules
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