parse method
override
Parses a JSON map into the response type.
Implementation
@override
RecentChatsTopEvents$Subscription parse(Map<String, dynamic> json) =>
RecentChatsTopEvents$Subscription.fromJson(json);
Parses a JSON map into the response type.
@override
RecentChatsTopEvents$Subscription parse(Map<String, dynamic> json) =>
RecentChatsTopEvents$Subscription.fromJson(json);