// GENERATED CODE - DO NOT MODIFY BY HAND part of 'create_comment_response.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** _$CreateCommentResponseImpl _$$CreateCommentResponseImplFromJson( Map json, ) => _$CreateCommentResponseImpl(commentUri: json['commentUri'] as String); Map _$$CreateCommentResponseImplToJson( _$CreateCommentResponseImpl instance, ) => {'commentUri': instance.commentUri};