fromJson static method Null safety
Implementation
static ChannelChangeLogsResponse fromJson(Map<String, dynamic> json) {
final res = _$ChannelChangeLogsResponseFromJson(json);
res.updatedChannels.forEach((element) => element.saveToCache());
return res;
}