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