CategoryLinksSelfIriTemplateMapping constructor

CategoryLinksSelfIriTemplateMapping({
  1. String? category,
})

Returns a new CategoryLinksSelfIriTemplateMapping instance.

Implementation

CategoryLinksSelfIriTemplateMapping({
  this.category,
});