copyWith method
Implementation
GetVideoChatAvailableParticipants copyWith({int? chatId}) =>
GetVideoChatAvailableParticipants(chatId: chatId ?? this.chatId);
GetVideoChatAvailableParticipants copyWith({int? chatId}) =>
GetVideoChatAvailableParticipants(chatId: chatId ?? this.chatId);