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