MobileIMSDKMessagesLost constructor
- {@required MobileIMSDKMethodType type,
- dynamic argument}
Implementation
MobileIMSDKMessagesLost({@required MobileIMSDKMethodType type, dynamic argument}) : super(type, argument) {
if (argument is List) {
protocalList = argument.map((e) => MobileIMSDKRecieveProtocal.fromJson(e)).toList();
}
}