toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

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