V2TimConversation constructor

V2TimConversation(
  1. String? conversationID,
  2. int? type,
  3. String? userID,
  4. String? groupID,
  5. String? showName,
  6. String? faceUrl,
  7. int? recvOpt,
  8. String? groupType,
  9. int? unreadCount,
  10. V2TimMessage? lastMessage,
  11. String? draftText,
  12. int? draftTimestamp,
  13. List<V2TimGroupAtInfo?>? groupAtInfoList,
)

Implementation

V2TimConversation(
  this.conversationID,
  this.type,
  this.userID,
  this.groupID,
  this.showName,
  this.faceUrl,
  this.recvOpt,
  this.groupType,
  this.unreadCount,
  this.lastMessage,
  this.draftText,
  this.draftTimestamp,
  this.groupAtInfoList,
);