InvitationLinks constructor

InvitationLinks({
  1. InvitationLinksMember? member,
  2. InvitationLinksSelf? self,
})

Returns a new InvitationLinks instance.

Implementation

InvitationLinks({
  this.member,
  this.self,
});