copyWith method

BackgroundTypeChatTheme copyWith({
  1. String? themeName,
})

Implementation

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