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

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,
});