Query$findPredefinedQuestsByTargetWithRepeatDate.fromJson constructor
Query$findPredefinedQuestsByTargetWithRepeatDate.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$findPredefinedQuestsByTargetWithRepeatDate.fromJson(
Map<String, dynamic> json) {
final l$findPredefinedQuestsByTargetWithRepeatDate =
json['findPredefinedQuestsByTargetWithRepeatDate'];
return Query$findPredefinedQuestsByTargetWithRepeatDate(
findPredefinedQuestsByTargetWithRepeatDate:
(l$findPredefinedQuestsByTargetWithRepeatDate as List<dynamic>)
.map((e) =>
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate
.fromJson((e as Map<String, dynamic>)))
.toList());
}