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