FavoriteChatsEvents$Subscription$FavoriteChatsEvents.fromJson constructor
FavoriteChatsEvents$Subscription$FavoriteChatsEvents.fromJson( - Map<String, dynamic> json
)
Implementation
factory FavoriteChatsEvents$Subscription$FavoriteChatsEvents.fromJson(
Map<String, dynamic> json) {
switch (json['__typename'].toString()) {
case r'SubscriptionInitialized':
return FavoriteChatsEvents$Subscription$FavoriteChatsEvents$SubscriptionInitialized
.fromJson(json);
case r'FavoriteChatsEventsVersioned':
return FavoriteChatsEvents$Subscription$FavoriteChatsEvents$FavoriteChatsEventsVersioned
.fromJson(json);
default:
}
return _$FavoriteChatsEvents$Subscription$FavoriteChatsEventsFromJson(json);
}