flutter_MobileIMSDK
model
MobileIMSDKErrorResponseInfo
MobileIMSDKErrorResponseInfo constructor
MobileIMSDKErrorResponseInfo
flutter_MobileIMSDK
model
MobileIMSDKErrorResponseInfo
MobileIMSDKErrorResponseInfo constructor
MobileIMSDKErrorResponseInfo class
Constructors
MobileIMSDKErrorResponseInfo
fromJson
Properties
errorCode
errorMsg
hashCode
isUnlogin
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
MobileIMSDKErrorResponseInfo
constructor
MobileIMSDKErrorResponseInfo
(
{
String
errorMsg
,
bool
isUnlogin
,
int
errorCode
}
)
Implementation
MobileIMSDKErrorResponseInfo({this.errorMsg, this.isUnlogin, this.errorCode});