// GENERATED CODE - DO NOT MODIFY BY HAND part of 'delete_comment_response.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** _$DeleteCommentResponseImpl _$$DeleteCommentResponseImplFromJson( Map json, ) => _$DeleteCommentResponseImpl(success: json['success'] as bool); Map _$$DeleteCommentResponseImplToJson( _$DeleteCommentResponseImpl instance, ) => {'success': instance.success};