WorkflowElementReference class
A reference to the location of the error. This will be null if the error does not refer to a specific element.
Constructors
- WorkflowElementReference({String? propertyKey, String? ruleId, ProjectAndIssueTypePair? statusMappingReference, String? statusReference, String? transitionId})
-
WorkflowElementReference.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- propertyKey → String?
-
A property key.
final
- ruleId → String?
-
A rule ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusMappingReference → ProjectAndIssueTypePair?
-
final
- statusReference → String?
-
A status reference.
final
- transitionId → String?
-
A transition ID.
final
Methods
-
copyWith(
{String? propertyKey, String? ruleId, ProjectAndIssueTypePair? statusMappingReference, String? statusReference, String? transitionId}) → WorkflowElementReference -
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