WorkflowLinksSelf constructor

WorkflowLinksSelf({
  1. String? href,
  2. WorkflowLinksSelfIriTemplate? iriTemplate,
})

Returns a new WorkflowLinksSelf instance.

Implementation

WorkflowLinksSelf({
  this.href,
  this.iriTemplate,
});