copyWith method
ChatEventMemberJoinedByInviteLink
copyWith({
- ChatInviteLink? inviteLink,
- bool? viaChatFolderInviteLink,
override
Implementation
@override
ChatEventMemberJoinedByInviteLink copyWith({
ChatInviteLink? inviteLink,
bool? viaChatFolderInviteLink,
}) =>
ChatEventMemberJoinedByInviteLink(
inviteLink: inviteLink ?? this.inviteLink,
viaChatFolderInviteLink:
viaChatFolderInviteLink ?? this.viaChatFolderInviteLink,
);