WorkflowLinks constructor

WorkflowLinks({
  1. WorkflowLinksSelf? self,
})

Returns a new WorkflowLinks instance.

Implementation

WorkflowLinks({
  this.self,
});