copyWith method
Implementation
RecommendedChatFolders copyWith({List<RecommendedChatFolder>? chatFolders}) =>
RecommendedChatFolders(chatFolders: chatFolders ?? this.chatFolders);
RecommendedChatFolders copyWith({List<RecommendedChatFolder>? chatFolders}) =>
RecommendedChatFolders(chatFolders: chatFolders ?? this.chatFolders);