Query$challenge$challenge$donation$donation constructor

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

Implementation

Query$challenge$challenge$donation$donation({
  required this.id,
  this.title,
  this.code,
  this.description,
  this.icon,
  this.theme,
  this.media,
  required this.createdAt,
  required this.updatedAt,
  this.donation,
  this.predefined,
  this.target,
});