|
|
@@ -9,9 +9,9 @@ part of 'zodiac_love_intimacy_list.dart';
|
|
|
ZodiacLoveIntimacyList _$ZodiacLoveIntimacyListFromJson(
|
|
|
Map<String, dynamic> json,
|
|
|
) => ZodiacLoveIntimacyList(
|
|
|
- json['title'] as String,
|
|
|
- json['content'] as String,
|
|
|
- json['iconUrl'] as String,
|
|
|
+ json['title'] as String?,
|
|
|
+ json['content'] as String?,
|
|
|
+ json['iconUrl'] as String?,
|
|
|
);
|
|
|
|
|
|
Map<String, dynamic> _$ZodiacLoveIntimacyListToJson(
|