Concept constructor
Concept({
- List<
DehydratedConcept> ? ancestors, - int? citedByCount,
- List<
CountByYear> ? countsByYear, - String? createdDate,
- String? description,
- String? displayName,
- String? id,
- AlexIds? ids,
- String? imageThumbnailUrl,
- String? imageUrl,
- International? international,
- int? level,
- SummaryStats? summaryStats,
- String? updatedDate,
- String? wikidata,
- String? worksApiUrl,
- int? worksCount,
Implementation
Concept({
this.ancestors,
this.citedByCount,
this.countsByYear,
this.createdDate,
this.description,
this.displayName,
this.id,
this.ids,
this.imageThumbnailUrl,
this.imageUrl,
this.international,
this.level,
this.relatedConcepts,
this.summaryStats,
this.updatedDate,
this.wikidata,
this.worksApiUrl,
this.worksCount,
});