flutter_MobileIMSDK
model
MobileIMSDKRecieveMessageInfo
MobileIMSDKRecieveMessageInfo constructor
MobileIMSDKRecieveMessageInfo
flutter_MobileIMSDK
model
MobileIMSDKRecieveMessageInfo
MobileIMSDKRecieveMessageInfo constructor
MobileIMSDKRecieveMessageInfo class
Constructors
MobileIMSDKRecieveMessageInfo
fromJson
Properties
dataContent
fingerPrint
hashCode
runtimeType
typeu
userId
Methods
noSuchMethod
toString
Operators
operator ==
MobileIMSDKRecieveMessageInfo
constructor
MobileIMSDKRecieveMessageInfo
(
{
String
fingerPrint
,
String
userId
,
String
dataContent
,
int
typeu
}
)
Implementation
MobileIMSDKRecieveMessageInfo({this.fingerPrint, this.userId, this.dataContent, this.typeu});