MobileIMSDKRecieveMessageInfo constructor

MobileIMSDKRecieveMessageInfo({
  1. String? fingerPrint,
  2. String? userId,
  3. String? dataContent,
  4. int? typeu,
})

Implementation

MobileIMSDKRecieveMessageInfo({this.fingerPrint, this.userId, this.dataContent, this.typeu});