copyWith method

  1. @override
MessageChatSetTheme copyWith({
  1. String? themeName,
})
override

Implementation

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