RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatRemoved.fromJson constructor

RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatRemoved.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatRemoved.fromJson(
  Map<String, dynamic> json,
) =>
    _$RecentChatsTopEvents$Subscription$RecentChatsTopEvents$EventRecentChatsTopChatRemovedFromJson(
      json,
    );