Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct.fromJson constructor
Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct.fromJson()
Implementation
factory Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct.fromJson(
Map<String, dynamic> json) {
final l$link = json['link'];
final l$method = json['method'];
final l$headers = json['headers'];
final l$params = json['params'];
return Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct(
link: (l$link as String?),
method: l$method == null
? null
: fromJson$Enum$ApiMethods((l$method as String)),
headers: (l$headers as List<dynamic>?)
?.map((e) =>
Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct$headers
.fromJson((e as Map<String, dynamic>)))
.toList(),
params: (l$params as List<dynamic>?)
?.map((e) =>
Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct$params
.fromJson((e as Map<String, dynamic>)))
.toList(),
);
}