DocumentLinksSelfIriTemplate constructor

DocumentLinksSelfIriTemplate({
  1. DocumentLinksFileIriTemplateMapping? mapping,
})

Returns a new DocumentLinksSelfIriTemplate instance.

Implementation

DocumentLinksSelfIriTemplate({
  this.mapping,
});