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