Query$challenge$challenge$donation$donation$donation$cause$coin$api$push$params.fromJson constructor
Query$challenge$challenge$donation$donation$donation$cause$coin$api$push$params.fromJson()
Implementation
factory Query$challenge$challenge$donation$donation$donation$cause$coin$api$push$params.fromJson(
Map<String, dynamic> json) {
final l$key = json['key'];
final l$value = json['value'];
final l$user = json['user'];
final l$amount = json['amount'];
return Query$challenge$challenge$donation$donation$donation$cause$coin$api$push$params(
key: (l$key as String?),
value: (l$value as String?),
user: (l$user as bool?),
amount: (l$amount as bool?),
);
}