ReadChat$Mutation$ReadChat.fromJson constructor

ReadChat$Mutation$ReadChat.fromJson(
  1. Map<String, dynamic> json
)

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);
}