MobileIMSDKRecieveProtocal.fromJson constructor

MobileIMSDKRecieveProtocal.fromJson(
  1. Map json
)

Implementation

MobileIMSDKRecieveProtocal.fromJson(Map<dynamic, dynamic> json) {
  to = json['to'];
  from = json['from'];
  dataContent = json['dataContent'];
  fp = json['fp'];
  type = json['type'];
  typeu = json['typeu'];
  bridge = json['bridge'];
  qoS = json['qoS'];
}