PlaceLinksSelfIriTemplate constructor

PlaceLinksSelfIriTemplate({
  1. BookmarkLinksPlaceIriTemplateMapping? mapping,
})

Returns a new PlaceLinksSelfIriTemplate instance.

Implementation

PlaceLinksSelfIriTemplate({
  this.mapping,
});