MobileIMSDKErrorResponseInfo constructor

MobileIMSDKErrorResponseInfo(
  1. {String errorMsg,
  2. bool isUnlogin,
  3. int errorCode}
)

Implementation

MobileIMSDKErrorResponseInfo({this.errorMsg, this.isUnlogin, this.errorCode});