toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'SubscriptionInitialized':
return (this
as RecentChatsTopEvents$Subscription$RecentChatsTopEvents$SubscriptionInitialized)
.toJson();
case r'RecentChatsTop':
return (this
as RecentChatsTopEvents$Subscription$RecentChatsTopEvents$RecentChatsTop)
.toJson();
case r'EventRecentChatsTopChatUpdated':
return (this
as RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatUpdated)
.toJson();
case r'EventRecentChatsTopChatDeleted':
return (this
as RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatDeleted)
.toJson();
default:
}
return _$RecentChatsTopEvents$Subscription$RecentChatsTopEventsToJson(this);
}