PublicationLinks constructor

PublicationLinks({
  1. PublicationLinksAuthor? author,
  2. PublicationLinksFeed? feed,
  3. PublicationLinksOrganization? organization,
  4. PublicationLinksSelf? self,
})

Returns a new PublicationLinks instance.

Implementation

PublicationLinks({
  this.author,
  this.feed,
  this.organization,
  this.self,
});