Query$challenge$challenge$donation$donation$donation$cause$target$pos.fromJson constructor
Query$challenge$challenge$donation$donation$donation$cause$target$pos.fromJson()
Implementation
factory Query$challenge$challenge$donation$donation$donation$cause$target$pos.fromJson(
Map<String, dynamic> json) {
final l$id = json['id'];
return Query$challenge$challenge$donation$donation$donation$cause$target$pos(
id: (l$id as String));
}