copyWith method

  1. @override
PushMessageContentChatSetBackground copyWith({
  1. bool? isSame,
})
override

Implementation

@override
PushMessageContentChatSetBackground copyWith({
  bool? isSame,
}) =>
    PushMessageContentChatSetBackground(
      isSame: isSame ?? this.isSame,
    );