Query$challenge$challenge$donation$donation$donation constructor

Query$challenge$challenge$donation$donation$donation({
  1. bool? enable,
  2. Query$challenge$challenge$donation$donation$donation$cause? cause,
})

Implementation

Query$challenge$challenge$donation$donation$donation({
  this.enable,
  this.cause,
});