DocumentLinksSelf constructor

DocumentLinksSelf({
  1. String? href,
  2. DocumentLinksSelfIriTemplate? iriTemplate,
})

Returns a new DocumentLinksSelf instance.

Implementation

DocumentLinksSelf({
  this.href,
  this.iriTemplate,
});