PersonChat constructor
PersonChat({})
Implementation
PersonChat({this.id, required this.type, required this.message, required this.date, this.person, this.isLabel = false, this.listId, required this.chatType, this.timezone, this.status = Status.pending});