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