copyWith method

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

Implementation

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