OrganizationLinksSelf constructor

OrganizationLinksSelf({
  1. String? href,
  2. OrganizationLinksSelfIriTemplate? iriTemplate,
})

Returns a new OrganizationLinksSelf instance.

Implementation

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