Funder constructor

Funder({
  1. List<String>? alternateTitles,
  2. int? citedByCount,
  3. String? countryCode,
  4. List<CountByYear>? countsByYear,
  5. String? createdDate,
  6. String? description,
  7. String? displayName,
  8. int? grantsCount,
  9. String? homepageUrl,
  10. String? id,
  11. AlexIds? ids,
  12. String? imageThumbnailUrl,
  13. String? imageUrl,
  14. List<Role>? roles,
  15. SummaryStats? summaryStats,
  16. String? updatedDate,
  17. int? worksCount,
})

Implementation

Funder({
  this.alternateTitles,
  this.citedByCount,
  this.countryCode,
  this.countsByYear,
  this.createdDate,
  this.description,
  this.displayName,
  this.grantsCount,
  this.homepageUrl,
  this.id,
  this.ids,
  this.imageThumbnailUrl,
  this.imageUrl,
  this.roles,
  this.summaryStats,
  this.updatedDate,
  this.worksCount,
});