RuleLinksSelfIriTemplate constructor

RuleLinksSelfIriTemplate({
  1. RuleLinksSelfIriTemplateMapping? mapping,
})

Returns a new RuleLinksSelfIriTemplate instance.

Implementation

RuleLinksSelfIriTemplate({
  this.mapping,
});