RecentChatsTopEvents$Subscription$RecentChatsTopEvents$RecentChatsTopChatUpdatedEvent.fromJson constructor

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

Implementation

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