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