AppWorkflowTransitionRule class

A workflow transition rule.

Constructors

AppWorkflowTransitionRule({required RuleConfiguration configuration, required String id, required String key, WorkflowTransition? transition})
AppWorkflowTransitionRule.fromJson(Map<String, Object?> json)
factory

Properties

configuration RuleConfiguration
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the transition rule.
final
key String
The key of the rule, as defined in the Connect or the Forge app descriptor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition WorkflowTransition?
final

Methods

copyWith({RuleConfiguration? configuration, String? id, String? key, WorkflowTransition? transition}) AppWorkflowTransitionRule
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