AvailableWorkflowTriggers class
The trigger rules available.
Constructors
-
AvailableWorkflowTriggers({required List<
AvailableWorkflowTriggerTypes> availableTypes, required String ruleKey}) -
AvailableWorkflowTriggers.fromJson(Map<
String, Object?> json) -
factory
Properties
-
availableTypes
→ List<
AvailableWorkflowTriggerTypes> -
The list of available trigger types.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ruleKey → String
-
The rule key of the rule.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< AvailableWorkflowTriggerTypes> ? availableTypes, String? ruleKey}) → AvailableWorkflowTriggers -
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