Query$challenge$challenge$donation constructor

Query$challenge$challenge$donation({
  1. String? progress,
  2. String? objective,
  3. String? currentAmount,
  4. int? numberOfParticipants,
  5. Query$challenge$challenge$donation$donation? donation,
})

Implementation

Query$challenge$challenge$donation({
  this.progress,
  this.objective,
  this.currentAmount,
  this.numberOfParticipants,
  this.donation,
});