Publisher constructor
Publisher({
- List<
String> ? alternateTitles, - int? citedByCount,
- List<
String> ? countryCodes, - List<
CountByYear> ? countsByYear, - String? createdDate,
- String? displayName,
- int? hierarchyLevel,
- String? id,
- AlexIds? ids,
- String? imageThumbnailUrl,
- String? imageUrl,
- List<
String> ? lineage, - String? parentPublisher,
- List<
Role> ? roles, - String? sourcesApiUrl,
- SummaryStats? summaryStats,
- String? updatedDate,
- 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,
});