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