WorkflowElementReference constructor
WorkflowElementReference({
- String? propertyKey,
- String? ruleId,
- ProjectAndIssueTypePair? statusMappingReference,
- String? statusReference,
- String? transitionId,
Implementation
WorkflowElementReference(
{this.propertyKey,
this.ruleId,
this.statusMappingReference,
this.statusReference,
this.transitionId});