HideChatItem$Mutation$HideChatItem.fromJson constructor
HideChatItem$Mutation$HideChatItem.fromJson( - Map<String, dynamic> json
)
Implementation
factory HideChatItem$Mutation$HideChatItem.fromJson(
Map<String, dynamic> json) {
switch (json['__typename'].toString()) {
case r'ChatEventsVersioned':
return HideChatItem$Mutation$HideChatItem$ChatEventsVersioned.fromJson(
json);
case r'HideChatItemError':
return HideChatItem$Mutation$HideChatItem$HideChatItemError.fromJson(
json);
default:
}
return _$HideChatItem$Mutation$HideChatItemFromJson(json);
}