Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue constructor

Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue({
  1. String? amount,
  2. Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency? currency,
})

Implementation

Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue({
  this.amount,
  this.currency,
});