CounterStructuredName constructor

CounterStructuredName({
  1. String? componentStepName,
  2. String? executionStepName,
  3. int? inputIndex,
  4. String? name,
  5. String? origin,
  6. String? originNamespace,
  7. String? originalRequestingStepName,
  8. String? originalStepName,
  9. String? portion,
  10. String? workerId,
})

Implementation

CounterStructuredName({
  this.componentStepName,
  this.executionStepName,
  this.inputIndex,
  this.name,
  this.origin,
  this.originNamespace,
  this.originalRequestingStepName,
  this.originalStepName,
  this.portion,
  this.workerId,
});