Query$challenge$challenge$donation constructor
Query$challenge$challenge$donation({
- String? progress,
- String? objective,
- String? currentAmount,
- int? numberOfParticipants,
- Query$challenge$challenge$donation$donation? donation,
Implementation
Query$challenge$challenge$donation({
this.progress,
this.objective,
this.currentAmount,
this.numberOfParticipants,
this.donation,
});