NoteLinksSelfIriTemplate constructor

NoteLinksSelfIriTemplate({
  1. NoteLinksSelfIriTemplateMapping? mapping,
})

Returns a new NoteLinksSelfIriTemplate instance.

Implementation

NoteLinksSelfIriTemplate({
  this.mapping,
});