factory NewChat.fromJson(Map<String, dynamic> json) { return NewChat(json['contactId'], Chat.fromJson(json['model'])); }