Author constructor
Author({
- int? citedByCount,
- List<
CountByYear> ? countsByYear, - String? createdDate,
- String? displayName,
- List<
String> ? displayNameAlternatives, - String? id,
- AlexIds? ids,
- DehydratedInstitution? lastKnownInstitution,
- String? orcid,
- SummaryStats? summaryStats,
- String? updatedDate,
- String? worksApiUrl,
- int? worksCount,
- List<
DehydratedConcept> ? xConcepts,
Implementation
Author({
this.citedByCount,
this.countsByYear,
this.createdDate,
this.displayName,
this.displayNameAlternatives,
this.id,
this.ids,
this.lastKnownInstitution,
this.orcid,
this.summaryStats,
this.updatedDate,
this.worksApiUrl,
this.worksCount,
this.xConcepts,
});