Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct$params.fromJson constructor

Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct$params.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$challenge$challenge$donation$donation$donation$cause$coin$api$deduct$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$deduct$params(
    key: (l$key as String?),
    value: (l$value as String?),
    user: (l$user as bool?),
    amount: (l$amount as bool?),
  );
}