ChatInviteLink constructor
const
ChatInviteLink({})
Creates a new ChatInviteLink object.
Implementation
const ChatInviteLink({
required this.inviteLink,
this.creator,
this.createsJoinRequest,
this.isPrimary,
this.isRevoked,
this.name,
this.expireDate,
this.memberLimit,
this.pendingMemberCount,
});