copyWith method
Implementation
BackgroundTypeChatTheme copyWith({String? themeName}) =>
BackgroundTypeChatTheme(themeName: themeName ?? this.themeName);
BackgroundTypeChatTheme copyWith({String? themeName}) =>
BackgroundTypeChatTheme(themeName: themeName ?? this.themeName);