copyWith method
Implementation
GetChatFolderChatsToLeave copyWith({int? chatFolderId}) =>
GetChatFolderChatsToLeave(
chatFolderId: chatFolderId ?? this.chatFolderId,
);
GetChatFolderChatsToLeave copyWith({int? chatFolderId}) =>
GetChatFolderChatsToLeave(
chatFolderId: chatFolderId ?? this.chatFolderId,
);