Funder constructor
Funder({
- List<
String> ? alternateTitles, - int? citedByCount,
- String? countryCode,
- List<
CountByYear> ? countsByYear, - String? createdDate,
- String? description,
- String? displayName,
- int? grantsCount,
- String? homepageUrl,
- String? id,
- AlexIds? ids,
- String? imageThumbnailUrl,
- String? imageUrl,
- List<
Role> ? roles, - SummaryStats? summaryStats,
- String? updatedDate,
- 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,
});