RecommendedChatFilter.fromJson constructor
Parse from a json
Implementation
factory RecommendedChatFilter.fromJson(Map<String, dynamic> json) => RecommendedChatFilter(
filter: ChatFilter.fromJson(json['filter']),
description: json['description'],
);