copyWith method
Implementation
SetChatTheme copyWith({
int? chatId,
String? themeName,
}) =>
SetChatTheme(
chatId: chatId ?? this.chatId,
themeName: themeName ?? this.themeName,
);
SetChatTheme copyWith({
int? chatId,
String? themeName,
}) =>
SetChatTheme(
chatId: chatId ?? this.chatId,
themeName: themeName ?? this.themeName,
);