MessageEntity constructor
MessageEntity({
- required String msgID,
- int? timestamp,
- String? sender,
- String? nickName,
- String? friendRemark,
- String? faceUrl,
- String? nameCard,
- String? groupID,
- String? userID,
- required MessageStatusEnum? status,
- MessageElemTypeEnum? elemType,
- String? localCustomData,
- int? localCustomInt,
- bool? self = true,
- bool? read = true,
- bool? peerRead = false,
- MessagePriorityEnum? priority,
- OfflinePushInfoEntity? offlinePushInfo,
- List<
String> ? groupAtUserList, - int? seq,
- String? note,
- MessageNode? node,
- int? random,
Implementation
MessageEntity({
required this.msgID,
this.timestamp,
this.sender,
this.nickName,
this.friendRemark,
this.faceUrl,
this.nameCard,
this.groupID,
this.userID,
required this.status,
this.elemType,
this.localCustomData,
this.localCustomInt,
this.self: true,
this.read: true,
this.peerRead: false,
this.priority,
this.offlinePushInfo,
this.groupAtUserList,
this.seq,
this.note,
this.node,
this.random,
});