copyWith method
Implementation
UpdateChatTheme copyWith({int? chatId, ChatTheme? theme}) => UpdateChatTheme(
chatId: chatId ?? this.chatId,
theme: theme ?? this.theme,
);
UpdateChatTheme copyWith({int? chatId, ChatTheme? theme}) => UpdateChatTheme(
chatId: chatId ?? this.chatId,
theme: theme ?? this.theme,
);