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