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