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

Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency({
  1. required String id,
  2. required String name,
  3. String? code,
  4. String? symbol,
})

Implementation

Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue$currency({
  required this.id,
  required this.name,
  this.code,
  this.symbol,
});