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