ChatListMo constructor

ChatListMo({
  1. String? gmtModified,
  2. String? gmtCreateCn,
  3. int? msgType,
  4. String? receiveUid,
  5. String? converseId,
  6. int? isRead,
  7. String? sendUid,
  8. int? id,
  9. String? gmtCreate,
  10. int? contentType,
  11. String? content,
  12. String? icon,
  13. int? nobilityType,
  14. String? giftName,
  15. int? giftNum,
  16. String? giftIcon,
})

Implementation

ChatListMo({
  this.gmtModified,
  this.gmtCreateCn,
  this.msgType,
  this.receiveUid,
  this.converseId,
  this.isRead,
  this.sendUid,
  this.id,
  this.gmtCreate,
  this.contentType,
  this.content,
  this.icon,
  this.nobilityType,
  this.giftName,
  this.giftNum,
  this.giftIcon,
});