WorkflowTrigger class

The trigger configuration associated with a workflow.

Constructors

WorkflowTrigger({String? id, required Map<String, dynamic> parameters, required String ruleKey})
WorkflowTrigger.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the trigger.
final
parameters Map<String, dynamic>
The parameters of the trigger.
final
ruleKey String
The rule key of the trigger.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, Map<String, dynamic>? parameters, String? ruleKey}) WorkflowTrigger
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