WorkflowElementReference constructor

WorkflowElementReference({
  1. String? propertyKey,
  2. String? ruleId,
  3. ProjectAndIssueTypePair? statusMappingReference,
  4. String? statusReference,
  5. String? transitionId,
})

Implementation

WorkflowElementReference(
    {this.propertyKey,
    this.ruleId,
    this.statusMappingReference,
    this.statusReference,
    this.transitionId});