InvitationLinksSelf constructor

InvitationLinksSelf({
  1. String? href,
  2. InvitationLinksSelfIriTemplate? iriTemplate,
})

Returns a new InvitationLinksSelf instance.

Implementation

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