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

Query$challenge$challenge$donation$donation$donation$cause({
  1. required String id,
  2. String? code,
  3. String? icon,
  4. String? title,
  5. String? description,
  6. Query$challenge$challenge$donation$donation$donation$cause$coin? coin,
  7. Query$challenge$challenge$donation$donation$donation$cause$media? media,
  8. String? qualitativeRatio,
  9. required DateTime createdAt,
  10. required DateTime updatedAt,
  11. required Query$challenge$challenge$donation$donation$donation$cause$target target,
  12. Query$challenge$challenge$donation$donation$donation$cause$organization? organization,
})

Implementation

Query$challenge$challenge$donation$donation$donation$cause({
  required this.id,
  this.code,
  this.icon,
  this.title,
  this.description,
  this.coin,
  this.media,
  this.qualitativeRatio,
  required this.createdAt,
  required this.updatedAt,
  required this.target,
  this.organization,
});