Publisher constructor

Publisher({
  1. List<String>? alternateTitles,
  2. int? citedByCount,
  3. List<String>? countryCodes,
  4. List<CountByYear>? countsByYear,
  5. String? createdDate,
  6. String? displayName,
  7. int? hierarchyLevel,
  8. String? id,
  9. AlexIds? ids,
  10. String? imageThumbnailUrl,
  11. String? imageUrl,
  12. List<String>? lineage,
  13. String? parentPublisher,
  14. List<Role>? roles,
  15. String? sourcesApiUrl,
  16. SummaryStats? summaryStats,
  17. String? updatedDate,
  18. int? worksCount,
})

Implementation

Publisher({
  this.alternateTitles,
  this.citedByCount,
  this.countryCodes,
  this.countsByYear,
  this.createdDate,
  this.displayName,
  this.hierarchyLevel,
  this.id,
  this.ids,
  this.imageThumbnailUrl,
  this.imageUrl,
  this.lineage,
  this.parentPublisher,
  this.roles,
  this.sourcesApiUrl,
  this.summaryStats,
  this.updatedDate,
  this.worksCount,
});