Concept constructor

Concept({
  1. List<DehydratedConcept>? ancestors,
  2. int? citedByCount,
  3. List<CountByYear>? countsByYear,
  4. String? createdDate,
  5. String? description,
  6. String? displayName,
  7. String? id,
  8. AlexIds? ids,
  9. String? imageThumbnailUrl,
  10. String? imageUrl,
  11. International? international,
  12. int? level,
  13. List<DehydratedConcept>? relatedConcepts,
  14. SummaryStats? summaryStats,
  15. String? updatedDate,
  16. String? wikidata,
  17. String? worksApiUrl,
  18. 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,
});