MobileIMSDKRecieveMessageInfo.fromJson constructor
- Map json
Implementation
MobileIMSDKRecieveMessageInfo.fromJson(Map<dynamic, dynamic> json) {
fingerPrint = json['fingerPrint'];
userId = json['userId'];
dataContent = json['dataContent'];
typeu = json['typeu'];
}