fromJsonWithChat static method
Implementation
static FeedChannelChangeLogs fromJsonWithChat(
Chat chat, Map<String, dynamic> json) {
final res = _$FeedChannelChangeLogsFromJson(json);
for (final channel in res.updatedChannels) {
channel.set(chat);
}
return res;
}