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