copyWith method

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

Implementation

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