WorkflowStatusAndPort constructor

WorkflowStatusAndPort({
  1. int? port,
  2. String? statusReference,
})

Implementation

WorkflowStatusAndPort({this.port, this.statusReference});