// GENERATED CODE - DO NOT MODIFY BY HAND part of 'member_agreement_check_response.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** MemberAgreementCheckResponse _$MemberAgreementCheckResponseFromJson( Map json, ) => MemberAgreementCheckResponse(json['exist'] as bool); Map _$MemberAgreementCheckResponseToJson( MemberAgreementCheckResponse instance, ) => {'exist': instance.exist};