GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$Node.fromJson constructor

GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$Node.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$Node.fromJson(
    Map<String, dynamic> json) {
  switch (json['__typename'].toString()) {
    case r'ChatMessage':
      return GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$Node$ChatMessage
          .fromJson(json);
    default:
  }
  return _$GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$NodeFromJson(
      json);
}