menu
enif package
documentation
models/send_chat_model.dart
SendChatModel
SendChatModel.new constructor
SendChatModel.new constructor
dark_mode
light_mode
SendChatModel
constructor
SendChatModel
(
{
String
?
replyMode
,
List
<
Message
>
?
message
,
String
?
ticketId
,
Message
?
reply
,
})
Implementation
SendChatModel({this.replyMode, this.message, this.ticketId, this.reply});
enif package
documentation
models/send_chat_model
SendChatModel
SendChatModel.new constructor
SendChatModel class