menu
enif package
documentation
modules/chat/data/dto/init_chat_dto.dart
InitChatDto
InitChatDto.new constructor
InitChatDto.new constructor
dark_mode
light_mode
InitChatDto
constructor
InitChatDto
(
{
required
String
customer
,
String
?
phoneNo
,
String
?
email
,
})
Implementation
InitChatDto({required this.customer, this.phoneNo, this.email});
enif package
documentation
modules/chat/data/dto/init_chat_dto
InitChatDto
InitChatDto.new constructor
InitChatDto class