| 12345678910111213141516171819 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'zodiac_love_intimacy_response.dart';
- // **************************************************************************
- // JsonSerializableGenerator
- // **************************************************************************
- ZodiacLoveIntimacyResponse _$ZodiacLoveIntimacyResponseFromJson(
- Map<String, dynamic> json,
- ) => ZodiacLoveIntimacyResponse(
- (json['list'] as List<dynamic>?)
- ?.map((e) => ZodiacLoveIntimacyList.fromJson(e as Map<String, dynamic>))
- .toList(),
- );
- Map<String, dynamic> _$ZodiacLoveIntimacyResponseToJson(
- ZodiacLoveIntimacyResponse instance,
- ) => <String, dynamic>{'list': instance.list};
|