CategoryLinksSelfIriTemplate constructor

CategoryLinksSelfIriTemplate({
  1. CategoryLinksSelfIriTemplateMapping? mapping,
})

Returns a new CategoryLinksSelfIriTemplate instance.

Implementation

CategoryLinksSelfIriTemplate({
  this.mapping,
});