1// GENERATED CODE - DO NOT MODIFY BY HAND
2
3part of 'create_comment_response.dart';
4
5// **************************************************************************
6// JsonSerializableGenerator
7// **************************************************************************
8
9_$CreateCommentResponseImpl _$$CreateCommentResponseImplFromJson(
10 Map<String, dynamic> json,
11) => _$CreateCommentResponseImpl(commentUri: json['commentUri'] as String);
12
13Map<String, dynamic> _$$CreateCommentResponseImplToJson(
14 _$CreateCommentResponseImpl instance,
15) => <String, dynamic>{'commentUri': instance.commentUri};