copyWith method
Implementation
SetVideoChatDefaultParticipant copyWith({
int? chatId,
MessageSender? defaultParticipantId,
}) =>
SetVideoChatDefaultParticipant(
chatId: chatId ?? this.chatId,
defaultParticipantId: defaultParticipantId ?? this.defaultParticipantId,
);