copyWith method
Implementation
@override
MessageChatSetTheme copyWith({
String? themeName,
}) => MessageChatSetTheme(
themeName: themeName ?? this.themeName,
);
@override
MessageChatSetTheme copyWith({
String? themeName,
}) => MessageChatSetTheme(
themeName: themeName ?? this.themeName,
);