Query$challenge$challenge$donation$donation$donation$cause constructor
Query$challenge$challenge$donation$donation$donation$cause({
- required String id,
- String? code,
- String? icon,
- String? title,
- String? description,
- Query$challenge$challenge$donation$donation$donation$cause$coin? coin,
- Query$challenge$challenge$donation$donation$donation$cause$media? media,
- String? qualitativeRatio,
- required DateTime createdAt,
- required DateTime updatedAt,
- required Query$challenge$challenge$donation$donation$donation$cause$target target,
- 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,
});