factory Sender.fromJsonWithChat(Chat chat, Map<String, dynamic> json) { return Sender.fromJson(json)..set(chat); }