PublicationLinksSelf constructor

PublicationLinksSelf({
  1. String? href,
  2. PublicationLinksSelfIriTemplate? iriTemplate,
})

Returns a new PublicationLinksSelf instance.

Implementation

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