copyWith method

GetVideoChatAvailableParticipants copyWith({
  1. int? chatId,
})

Implementation

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