Source constructor

Source({
  1. String? abbreviatedTitle,
  2. List<String>? alternateTitles,
  3. List<ApcPrice>? apcPrices,
  4. int? apcUsd,
  5. int? citedByCount,
  6. String? countryCode,
  7. List<CountByYear>? countsByYear,
  8. String? createdDate,
  9. String? displayName,
  10. String? homepageUrl,
  11. String? hostOrganization,
  12. List<String>? hostOrganizationLineage,
  13. String? hostOrganizationName,
  14. String? id,
  15. AlexIds? ids,
  16. bool? isInDoaj,
  17. bool? isOa,
  18. List<String>? issn,
  19. String? issnL,
  20. List<Society>? societies,
  21. SummaryStats? summaryStats,
  22. String? type,
  23. String? updatedDate,
  24. String? worksApiUrl,
  25. int? worksCount,
  26. List<DehydratedConcept>? xConcepts,
})

Implementation

Source({
  this.abbreviatedTitle,
  this.alternateTitles,
  this.apcPrices,
  this.apcUsd,
  this.citedByCount,
  this.countryCode,
  this.countsByYear,
  this.createdDate,
  this.displayName,
  this.homepageUrl,
  this.hostOrganization,
  this.hostOrganizationLineage,
  this.hostOrganizationName,
  this.id,
  this.ids,
  this.isInDoaj,
  this.isOa,
  this.issn,
  this.issnL,
  this.societies,
  this.summaryStats,
  this.type,
  this.updatedDate,
  this.worksApiUrl,
  this.worksCount,
  this.xConcepts,
});