WorkflowLinksSelfIriTemplate constructor

WorkflowLinksSelfIriTemplate({
  1. WorkflowLinksSelfIriTemplateMapping? mapping,
})

Returns a new WorkflowLinksSelfIriTemplate instance.

Implementation

WorkflowLinksSelfIriTemplate({
  this.mapping,
});