SectionLinksSelfIriTemplate constructor

SectionLinksSelfIriTemplate({
  1. ArticleLinksSectionIriTemplateMapping? mapping,
})

Returns a new SectionLinksSelfIriTemplate instance.

Implementation

SectionLinksSelfIriTemplate({
  this.mapping,
});