ChatBotlist constructor
const
ChatBotlist({
- Key? key,
- required dynamic appKey,
- required ChatBotResponse chatBotResponse,
- required dynamic uId,
Implementation
const ChatBotlist(
{super.key,
required this.appKey,
required this.chatBotResponse,
required this.uId});