MobileIMSDKRecieveMessage constructor
- {@required MobileIMSDKMethodType type,
- dynamic argument}
Implementation
MobileIMSDKRecieveMessage({@required MobileIMSDKMethodType type, dynamic argument}) : super(type, argument) {
if (argument is Map) {
info = MobileIMSDKRecieveMessageInfo.fromJson(argument);
}
}