copyWith method

ChatEventInviteLinkDeleted copyWith({
  1. ChatInviteLink? inviteLink,
})

Implementation

ChatEventInviteLinkDeleted copyWith({ChatInviteLink? inviteLink}) =>
    ChatEventInviteLinkDeleted(inviteLink: inviteLink ?? this.inviteLink);