WorkflowStep class
- Annotations
-
- @JsonSerializable()
Constructors
-
WorkflowStep.new({String? id, String? uuid, String? name, String? templateId, bool? active, bool? shouldStopOnFail, String? template, List<
WorkflowStepFilter> filters = const [], String? parentId, List<WorkflowStep> variants = const []}) -
WorkflowStep.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → bool?
-
final
-
filters
→ List<
WorkflowStepFilter> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- name → String?
-
final
- parentId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldStopOnFail → bool?
-
final
- template → String?
-
final
- templateId → String?
-
final
- uuid → String?
-
final
-
variants
→ List<
WorkflowStep> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited