// GENERATED CODE - DO NOT MODIFY BY HAND part of 'chat_super_reply_response.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** ChatSuperReplyResponse _$ChatSuperReplyResponseFromJson( Map json, ) => ChatSuperReplyResponse(content: json['content'] as String?); Map _$ChatSuperReplyResponseToJson( ChatSuperReplyResponse instance, ) => {'content': instance.content};