ListChat constructor

ListChat({
  1. int? id,
  2. Profile? person,
  3. int? read,
  4. DateTime? updated,
  5. String? lastMessage,
  6. ChatTypes? chatType,
  7. String? groupToken,
  8. String? token,
  9. int? timezone,
  10. bool isTyping = false,
})

Implementation

ListChat({this.id, this.person, this.read, this.updated, this.lastMessage, this.chatType, this.groupToken, this.token, this.timezone, this.isTyping = false});