menu
xmpp_plugin package
documentation
models/chat_state_model.dart
ChatState
ChatState constructor
ChatState constructor
dark_mode
light_mode
ChatState
constructor
ChatState
(
{
String
?
from
,
String
?
senderJid
,
String
?
id
,
String
?
type
,
String
?
msgtype
,
TypingStatus
?
chatStateType
,
})
Implementation
ChatState({ this.from, this.senderJid, this.id, this.type, this.msgtype, this.chatStateType, });
xmpp_plugin package
documentation
models/chat_state_model
ChatState
ChatState constructor
ChatState class