Query$challenge$challenge$donation$donation$donation$cause$coin constructor
Query$challenge$challenge$donation$donation$donation$cause$coin({
- required String id,
- required String name,
- Query$challenge$challenge$donation$donation$donation$cause$coin$picture? picture,
- Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue? unitValue,
- String? code,
- Enum$CoinCategoryEnum? category,
- Enum$CoinHandleEnum? handle,
- Query$challenge$challenge$donation$donation$donation$cause$coin$country? country,
- Query$challenge$challenge$donation$donation$donation$cause$coin$api? api,
- Query$challenge$challenge$donation$donation$donation$cause$coin$owner? owner,
- required DateTime createdAt,
- required DateTime updatedAt,
Implementation
Query$challenge$challenge$donation$donation$donation$cause$coin({
required this.id,
required this.name,
this.picture,
this.unitValue,
this.code,
this.category,
this.handle,
this.country,
this.api,
this.owner,
required this.createdAt,
required this.updatedAt,
});