toJson method
override
Implementation
@override
Map<String, dynamic> toJson() {
switch ($$typename) {
case r'ChatMessage':
return (this
as GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$Node$ChatMessage)
.toJson();
default:
}
return _$GetAttachments$Query$ChatItem$Node$ChatMessage$RepliesTo$Original$NodeToJson(
this);
}