CreateWorkflowTransitionDetails class
The details of a workflow transition.
Constructors
-
CreateWorkflowTransitionDetails({String? description, List<
String> ? from, required String name, Map<String, dynamic> ? properties, CreateWorkflowTransitionRulesDetails? rules, CreateWorkflowTransitionScreenDetails? screen, required String to, required CreateWorkflowTransitionDetailsType type}) -
CreateWorkflowTransitionDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → String?
-
The description of the transition. The maximum length is 1000 characters.
final
-
from
→ List<
String> -
The statuses the transition can start from.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the transition. The maximum length is 60 characters.
final
-
properties
→ Map<
String, dynamic> ? -
The properties of the transition.
final
- rules → CreateWorkflowTransitionRulesDetails?
-
The rules of the transition.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen → CreateWorkflowTransitionScreenDetails?
-
The screen of the transition.
final
- to → String
-
The status the transition goes to.
final
- type → CreateWorkflowTransitionDetailsType
-
The type of the transition.
final
Methods
-
copyWith(
{String? description, List< String> ? from, String? name, Map<String, dynamic> ? properties, CreateWorkflowTransitionRulesDetails? rules, CreateWorkflowTransitionScreenDetails? screen, String? to, CreateWorkflowTransitionDetailsType? type}) → CreateWorkflowTransitionDetails -
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